google_api_storage v0.16.0 GoogleApi.Storage.V1.Model.HmacKey View Source
JSON template to produce a JSON-style HMAC Key resource for Create responses.
Attributes
kind(type:String.t, default:storage#hmacKey) - The kind of item this is. For HMAC keys, this is always storage#hmacKey.metadata(type:GoogleApi.Storage.V1.Model.HmacKeyMetadata.t, default:nil) - Key metadata.secret(type:String.t, default:nil) - HMAC secret key material.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Storage.V1.Model.HmacKey{
kind: String.t(),
metadata: GoogleApi.Storage.V1.Model.HmacKeyMetadata.t(),
secret: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.