GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies (google_api_chrome_policy v0.6.0)

View Source

The field and the value it must have for another field to be allowed to be set.

Attributes

  • sourceField (type: String.t, default: nil) - The source field which this field depends on.
  • sourceFieldValue (type: String.t, default: nil) - The value which the source field must have for this field to be allowed to be set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies{
    sourceField: String.t() | nil,
    sourceFieldValue: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.