View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription (google_api_chrome_policy v0.5.1)

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.
  • fieldDependencies (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies.t), default: nil) - Output only. Field conditions required for this value to be valid.
  • value (type: String.t, default: nil) - Output only. The string represenstation of the value that can be set for the field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription{
    description: String.t() | nil,
    fieldDependencies:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies.t()
      ]
      | nil,
    value: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.