View Source GoogleApi.AlloyDB.V1.Model.ListUsersResponse (google_api_alloy_db v0.13.1)
Message for response to listing Users
Attributes
-
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached. -
users(type:list(GoogleApi.AlloyDB.V1.Model.User.t), default:nil) - The list of User
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ListUsersResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, users: [GoogleApi.AlloyDB.V1.Model.User.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.