DeleteConfigurationResponse

public struct DeleteConfigurationResponse : Codable, Equatable

Information returned when a configuration is deleted.

  • Status of the configuration. A deleted configuration has the status deleted.

    See more

    Declaration

    Swift

    public enum Status : String
  • The unique identifier for the configuration.

    Declaration

    Swift

    public var configurationID: String
  • Status of the configuration. A deleted configuration has the status deleted.

    Declaration

    Swift

    public var status: String
  • An array of notice messages, if any.

    Declaration

    Swift

    public var notices: [Notice]?