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

A particular value for a policy managed by the service.

Attributes

  • policySchema (type: String.t, default: nil) - The fully qualified name of the policy schema associated with this policy.
  • value (type: map(), default: nil) - The value of the policy that is compatible with the schema that it is associated with.

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.GoogleChromePolicyV1PolicyValue{
  policySchema: String.t() | nil,
  value: map() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.