SecretKeysResponseAllOfLinks

public struct SecretKeysResponseAllOfLinks : Codable
  • Declaration

    Swift

    public var _self: String?
  • org

    Declaration

    Swift

    public var org: String?
  • Declaration

    Swift

    public init(_self: String? = nil, org: String? = nil)
  • Declaration

    Swift

    public enum CodingKeys : String, CodingKey, CaseIterable