GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldProperties (google_api_drive_labels v0.3.0)

View Source

The basic properties of the field.

Attributes

  • displayName (type: String.t, default: nil) - Required. The display text to show in the UI identifying this field.
  • insertBeforeField (type: String.t, default: nil) - Input only. Insert or move this field before the indicated field. If empty, the field is placed at the end of the list.
  • required (type: boolean(), default: nil) - Whether the field should be marked as required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldProperties{
  displayName: String.t() | nil,
  insertBeforeField: String.t() | nil,
  required: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.