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

Provides detailed information about a known value that is allowed for a particular field in a PolicySchema.

Attributes

  • description (type: String.t, default: nil) - Output only. Additional description for this value.
  • value (type: String.t, default: nil) - Output only. The string represenstation of the value that can be set for the field.

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.GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription{
    description: String.t() | nil,
    value: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.