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

Attributes

  • description (type: String.t, default: nil) - The description of this API.
  • discoveryLink (type: String.t, default: nil) - A link to the discovery document.
  • discoveryRestUrl (type: String.t, default: nil) - The URL for the discovery REST document.
  • documentationLink (type: String.t, default: nil) - A link to human readable documentation for the API.
  • icons (type: GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons.t, default: nil) - Links to 16x16 and 32x32 icons representing the API.
  • id (type: String.t, default: nil) - The id of this API.
  • kind (type: String.t, default: discovery#directoryItem) - The kind for this response.
  • labels (type: list(String.t), default: nil) - Labels for the status of this API, such as labs or deprecated.
  • name (type: String.t, default: nil) - The name of the API.
  • preferred (type: boolean(), default: nil) - True if this version is the preferred version to use.
  • title (type: String.t, default: nil) - The title of this API.
  • version (type: String.t, default: nil) - The version of the API.

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.DirectoryListItems{
  description: String.t(),
  discoveryLink: String.t(),
  discoveryRestUrl: String.t(),
  documentationLink: String.t(),
  icons: GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons.t(),
  id: String.t(),
  kind: String.t(),
  labels: [String.t()],
  name: String.t(),
  preferred: boolean(),
  title: String.t(),
  version: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.