google_api_discovery v0.1.0 GoogleApi.Discovery.V1.Model.DirectoryListIcons View Source

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

Attributes

  • x16 (String.t): The URL of the 16x16 icon. Defaults to: null.
  • x32 (String.t): The URL of the 32x32 icon. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Discovery.V1.Model.DirectoryListIcons{
  x16: any(),
  x32: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.