google_api_discovery v0.3.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
v1
. - items (list(GoogleApi.Discovery.V1.Model.DirectoryListItems.t)): The individual directory entries. One entry per api/version pair. Defaults to
nil
. - kind (String.t): The kind for this response. Defaults to
discovery#directoryList
.
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()
View Source
t() :: %GoogleApi.Discovery.V1.Model.DirectoryList{
discoveryVersion: String.t(),
items: [GoogleApi.Discovery.V1.Model.DirectoryListItems.t()],
kind: String.t()
}
t() :: %GoogleApi.Discovery.V1.Model.DirectoryList{ discoveryVersion: String.t(), items: [GoogleApi.Discovery.V1.Model.DirectoryListItems.t()], kind: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.