View Source GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons (google_api_discovery v0.16.0)

Links to 16x16 and 32x32 icons representing the API.

Attributes

  • x16 (type: String.t, default: nil) - The URL of the 16x16 icon.
  • x32 (type: String.t, default: nil) - The URL of the 32x32 icon.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons{
  x16: String.t() | nil,
  x32: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.