google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.Users View Source
JSON response template for List Users operation in Apps Directory API.
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
) - List of user objects.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.Users{ etag: String.t(), kind: String.t(), nextPageToken: String.t(), trigger_event: String.t(), users: [GoogleApi.Admin.Directory_v1.Model.User.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.