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

Provides control over how write requests are executed. When not specified, the last write wins.

Attributes

  • requiredRevisionId (type: String.t, default: nil) - The revision_id of the label that the write request will be applied to. If this is not the latest revision of the label, the request will not be processed and will return a 400 Bad Request error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2WriteControl{
  requiredRevisionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.