View Source GoogleApi.Drive.V3.Model.ModifyLabelsRequest (google_api_drive v0.27.1)

A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.

Attributes

  • kind (type: String.t, default: nil) - This is always drive#modifyLabelsRequest.
  • labelModifications (type: list(GoogleApi.Drive.V3.Model.LabelModification.t), default: nil) - The list of modifications to apply to the labels on the file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.ModifyLabelsRequest{
  kind: String.t() | nil,
  labelModifications: [GoogleApi.Drive.V3.Model.LabelModification.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.