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

Error information for a modification request of a specific field on a specific policy.

Attributes

  • error (type: String.t, default: nil) - Output only. The error message related to the field.
  • field (type: String.t, default: nil) - Output only. The name of the field with the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationFieldError{
    error: String.t() | nil,
    field: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.