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

View Source

Response for Label update.

Attributes

  • responses (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse.t), default: nil) - The reply of the updates. This maps 1:1 with the updates, although responses to some requests may be empty.
  • updatedLabel (type: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Label.t, default: nil) - The label after updates were applied. This is only set if [BatchUpdateLabelResponse2.include_label_in_response] is true and there were no errors.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse{
    responses:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse.t()
      ]
      | nil,
    updatedLabel:
      GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Label.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.