GoogleApi.Jobs.V4.Model.ListTenantsResponse (google_api_jobs v0.21.0)
View SourceThe List tenants response object.
Attributes
-
metadata(type:GoogleApi.Jobs.V4.Model.ResponseMetadata.t, default:nil) - Additional information for the API invocation, such as the request tracking id. -
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. -
tenants(type:list(GoogleApi.Jobs.V4.Model.Tenant.t), default:nil) - Tenants for the current client.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V4.Model.ListTenantsResponse{ metadata: GoogleApi.Jobs.V4.Model.ResponseMetadata.t() | nil, nextPageToken: String.t() | nil, tenants: [GoogleApi.Jobs.V4.Model.Tenant.t()] | nil }