ListEnvironmentsResponse

public struct ListEnvironmentsResponse : Codable, Equatable

Response object containing an array of configured environments.

  • An array of [environments] that are available for the service instance.

    Declaration

    Swift

    public var environments: [Environment]?