google_api_discovery v0.10.0 GoogleApi.Discovery.V1.Model.RestDescriptionIcons View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Discovery.V1.Model.RestDescriptionIcons{
  x16: String.t(),
  x32: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.