View Source GoogleApi.PrivateCA.V1.Model.PublicKey (google_api_private_ca v0.12.1)

A PublicKey describes a public key.

Attributes

  • format (type: String.t, default: nil) - Required. The format of the public key.
  • key (type: String.t, default: nil) - Required. A public key. The padding and encoding must match with the KeyFormat value specified for the format field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.PublicKey{
  format: String.t() | nil,
  key: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.