View Source GoogleApi.Admin.Directory_v1.Model.Features (google_api_admin v0.43.0)
Public API: Resources.features
Attributes
-
etag(type:String.t, default:nil) - ETag of the resource. -
features(type:list(GoogleApi.Admin.Directory_v1.Model.Feature.t), default:nil) - The Features in this page of results. -
kind(type:String.t, default:admin#directory#resources#features#featuresList) - Kind of resource this is. -
nextPageToken(type:String.t, default:nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.Features{ etag: String.t() | nil, features: [GoogleApi.Admin.Directory_v1.Model.Feature.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.