SecretKeysResponse
public struct SecretKeysResponse : Codable
-
Declaration
Swift
public var secrets: [String]?
-
Declaration
Swift
public var links: SecretKeysResponseAllOfLinks?
-
Declaration
Swift
public init(secrets: [String]? = nil, links: SecretKeysResponseAllOfLinks? = nil)