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

Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.

Attributes

  • kind (type: String.t, default: nil) - This is always drive#modifyLabelsResponse
  • modifiedLabels (type: list(GoogleApi.Drive.V3.Model.Label.t), default: nil) - The list of labels which were added or updated by the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.ModifyLabelsResponse{
  kind: String.t() | nil,
  modifiedLabels: [GoogleApi.Drive.V3.Model.Label.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.