GoogleApi.DisplayVideo.V1.Model.ListUsersResponse (google_api_display_video v0.39.0)
View SourceAttributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call toListUsersmethod to retrieve the next page of results. This token will be absent if there are no more results to return. -
users(type:list(GoogleApi.DisplayVideo.V1.Model.User.t), default:nil) - The list of users. This list will be absent if empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.ListUsersResponse{ nextPageToken: String.t() | nil, users: [GoogleApi.DisplayVideo.V1.Model.User.t()] | nil }