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

Attributes

  • category (type: String.t, default: nil) - Category of the icon. Allowed values are: application - The icon for the application. document - The icon for a file associated with the app. * documentShared - The icon for a shared file associated with the app.
  • iconUrl (type: String.t, default: nil) - URL for the icon.
  • size (type: integer(), default: nil) - Size of the icon. Represented as the maximum of the width and height.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.AppIcons{
  category: String.t() | nil,
  iconUrl: String.t() | nil,
  size: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.