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

The set of requests for updating aspects of a Label. If any request is not valid, no requests will be applied.

Attributes

  • languageCode (type: String.t, default: nil) - The BCP-47 language code to use for evaluating localized Field labels when include_label_in_response is true.
  • requests (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest.t), default: nil) - A list of updates to apply to the Label. Requests will be applied in the order they are specified.
  • useAdminAccess (type: boolean(), default: nil) - Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.
  • view (type: String.t, default: nil) - When specified, only certain fields belonging to the indicated view will be returned.
  • writeControl (type: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2WriteControl.t, default: nil) - Provides control over how write requests are executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest{
    languageCode: String.t() | nil,
    requests:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest.t()
      ]
      | nil,
    useAdminAccess: boolean() | nil,
    view: String.t() | nil,
    writeControl:
      GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2WriteControl.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.