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

View Source

Basic properties of the label.

Attributes

  • description (type: String.t, default: nil) - The description of the label.
  • title (type: String.t, default: nil) - Required. Title of the label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelProperties{
  description: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.