GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1AdditionalTargetKeyName (google_api_chrome_policy v0.2.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.