google_api_cloud_iot v0.23.0 GoogleApi.CloudIot.V1.Model.PublicKeyCredential View Source

A public key format and data.

Attributes

  • format (type: String.t, default: nil) - The format of the key.
  • key (type: String.t, default: nil) - The key data.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudIot.V1.Model.PublicKeyCredential{
  format: String.t(),
  key: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.