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

Attributes

  • description (String.t): The description of this API. Defaults to: null.
  • discoveryLink (String.t): A link to the discovery document. Defaults to: null.
  • discoveryRestUrl (String.t): The URL for the discovery REST document. Defaults to: null.
  • documentationLink (String.t): A link to human readable documentation for the API. Defaults to: null.
  • icons (DirectoryListIcons): Defaults to: null.
  • id (String.t): The id of this API. Defaults to: null.
  • kind (String.t): The kind for this response. Defaults to: null.
  • labels ([String.t]): Labels for the status of this API, such as labs or deprecated. Defaults to: null.
  • name (String.t): The name of the API. Defaults to: null.
  • preferred (boolean()): True if this version is the preferred version to use. Defaults to: null.
  • title (String.t): The title of this API. Defaults to: null.
  • version (String.t): The version of the API. 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.DirectoryListItems{
  description: any(),
  discoveryLink: any(),
  discoveryRestUrl: any(),
  documentationLink: any(),
  icons: GoogleApi.Discovery.V1.Model.DirectoryListIcons.t(),
  id: any(),
  kind: any(),
  labels: [any()],
  name: any(),
  preferred: any(),
  title: any(),
  version: 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.