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

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.

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.GoogleChromePolicyV1PolicySchemaNoticeDescription{
    acknowledgementRequired: boolean() | nil,
    field: String.t() | nil,
    noticeMessage: String.t() | nil,
    noticeValue: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.