View Source GoogleApi.Discovery.V1.Model.DirectoryList (google_api_discovery v0.16.0)
Attributes
-
discoveryVersion
(type:String.t
, default:v1
) - Indicate the version of the Discovery API used to generate this doc. -
items
(type:list(GoogleApi.Discovery.V1.Model.DirectoryListItems.t)
, default:nil
) - The individual directory entries. One entry per api/version pair. -
kind
(type:String.t
, default:discovery#directoryList
) - The kind for this response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Discovery.V1.Model.DirectoryList{ discoveryVersion: String.t() | nil, items: [GoogleApi.Discovery.V1.Model.DirectoryListItems.t()] | nil, kind: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.