PollArg
public class PollArg : CustomStringConvertible, JSONRepresentable
Arguments for methods that poll the status of an asynchronous job.
-
Id of the asynchronous job. This is the value of a response returned from the method that launched the job.
Declaration
Swift
public let asyncJobId: String
-
Declaration
Swift
public var description: String { get }