Status
public enum Status : String
The current status of the job:
created: The service successfully allowlisted the callback URL as a result of the call.already created: The URL was already allowlisted.
-
Undocumented
Declaration
Swift
case created = "created" -
Undocumented
Declaration
Swift
case alreadyCreated = "already created"
View on GitHub
Status Enumeration Reference