google_api_discovery v0.3.0 GoogleApi.Discovery.V1.Model.DirectoryListItems View Source
Attributes
- description (String.t): The description of this API. Defaults to
nil
. - discoveryLink (String.t): A link to the discovery document. Defaults to
nil
. - discoveryRestUrl (String.t): The URL for the discovery REST document. Defaults to
nil
. - documentationLink (String.t): A link to human readable documentation for the API. Defaults to
nil
. - icons (GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons.t): Links to 16x16 and 32x32 icons representing the API. Defaults to
nil
. - id (String.t): The id of this API. Defaults to
nil
. - kind (String.t): The kind for this response. Defaults to
discovery#directoryItem
. - labels (list(String.t)): Labels for the status of this API, such as labs or deprecated. Defaults to
nil
. - name (String.t): The name of the API. Defaults to
nil
. - preferred (boolean()): True if this version is the preferred version to use. Defaults to
nil
. - title (String.t): The title of this API. Defaults to
nil
. - version (String.t): The version of the API. Defaults to
nil
.
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.DirectoryListItems{
description: String.t(),
discoveryLink: String.t(),
discoveryRestUrl: String.t(),
documentationLink: String.t(),
icons: GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons.t(),
id: String.t(),
kind: String.t(),
labels: [String.t()],
name: String.t(),
preferred: boolean(),
title: String.t(),
version: String.t()
}
t() :: %GoogleApi.Discovery.V1.Model.DirectoryListItems{ description: String.t(), discoveryLink: String.t(), discoveryRestUrl: String.t(), documentationLink: String.t(), icons: GoogleApi.Discovery.V1.Model.DirectoryListItemsIcons.t(), id: String.t(), kind: String.t(), labels: [String.t()], name: String.t(), preferred: boolean(), title: String.t(), version: 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.