GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyValue (google_api_chrome_policy v0.6.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyValue{
  policySchema: String.t() | nil,
  value: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.