View Source GoogleApi.Admin.Directory_v1.Model.Users (google_api_admin v0.43.0)
Attributes
-
etag(type:String.t, default:nil) - ETag of the resource. -
kind(type:String.t, default:admin#directory#users) - Kind of resource this is. -
nextPageToken(type:String.t, default:nil) - Token used to access next page of this result. -
trigger_event(type:String.t, default:nil) - Event that triggered this response (only used in case of Push Response) -
users(type:list(GoogleApi.Admin.Directory_v1.Model.User.t), default:nil) - A list of user objects.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.Users{ etag: String.t() | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, trigger_event: String.t() | nil, users: [GoogleApi.Admin.Directory_v1.Model.User.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.