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

Attributes

  • discoveryVersion (String.t): Indicate the version of the Discovery API used to generate this doc. Defaults to: null.
  • items ([DirectoryListItems]): The individual directory entries. One entry per api/version pair. Defaults to: null.
  • kind (String.t): The kind for this response. 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.DirectoryList{
  discoveryVersion: any(),
  items: [GoogleApi.Discovery.V1.Model.DirectoryListItems.t()],
  kind: 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.