View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription (google_api_chrome_policy v0.4.0)

Provides special notice messages related to a particular value in a field that is part of a PolicySchema.

Attributes

  • acknowledgementRequired (type: boolean(), default: nil) - Output only. Whether the user needs to acknowledge the notice message before the value can be set.
  • field (type: String.t, default: nil) - Output only. The field name associated with the notice.
  • noticeMessage (type: String.t, default: nil) - Output only. The notice message associate with the value of the field.
  • noticeValue (type: String.t, default: nil) - Output only. The value of the field that has a notice. When setting the field to this value, the user may be required to acknowledge the notice message in order for the value to be set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription{
    acknowledgementRequired: boolean() | nil,
    field: String.t() | nil,
    noticeMessage: String.t() | nil,
    noticeValue: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.