DeleteEnvironmentResponse
public struct DeleteEnvironmentResponse : Codable, Equatable
Response object returned when deleting an environment.
-
Status of the environment.
See moreDeclaration
Swift
public enum Status : String -
The unique identifier for the environment.
Declaration
Swift
public var environmentID: String -
Status of the environment.
Declaration
Swift
public var status: String
View on GitHub
DeleteEnvironmentResponse Structure Reference