View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1AdditionalTargetKeyName (google_api_chrome_policy v0.4.0)

Additional key names that will be used to identify the target of the policy value.

Attributes

  • key (type: String.t, default: nil) - Key name.
  • keyDescription (type: String.t, default: nil) - Key description.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1AdditionalTargetKeyName{
    key: String.t() | nil,
    keyDescription: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.