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

Output only. An overview of the labels on the file.

Attributes

  • labels (type: list(GoogleApi.Drive.V3.Model.Label.t), default: nil) - Output only. The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileLabelInfo{
  labels: [GoogleApi.Drive.V3.Model.Label.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.