View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse (google_api_drive_labels v0.2.0)

Response following Field create.

Attributes

  • id (type: String.t, default: nil) - The field of the created field. When left blank in a create request, a key will be autogenerated and can be identified here.
  • priority (type: integer(), default: nil) - The priority of the created field. The priority may change from what was specified to assure contiguous priorities between fields (1-n).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse{
    id: String.t() | nil,
    priority: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.