MembersAddLaunchV2Result
public enum MembersAddLaunchV2Result : CustomStringConvertible, JSONRepresentable
The MembersAddLaunchV2Result union
-
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Declaration
Swift
case asyncJobId(String) -
An unspecified error.
Declaration
Swift
case complete([Team.MemberAddV2Result]) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
MembersAddLaunchV2Result Enumeration Reference