google_api_discovery v0.10.0 GoogleApi.Discovery.V1.Model.DirectoryList View Source
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.
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.DirectoryList{ discoveryVersion: String.t(), items: [GoogleApi.Discovery.V1.Model.DirectoryListItems.t()], kind: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.