GoogleApi.SQLAdmin.V1beta4.Model.UsersListResponse (google_api_sql_admin v0.44.0) View Source
User list response.
Attributes
-
items
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.User.t)
, default:nil
) - List of user resources in the instance. -
kind
(type:String.t
, default:nil
) - This is always sql#usersList. -
nextPageToken
(type:String.t
, default:nil
) - An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.UsersListResponse{ items: [GoogleApi.SQLAdmin.V1beta4.Model.User.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.