Class ListTenantsResponse (2.7.0)

ListTenantsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The List tenants response object.

Attributes

NameDescription
tenants Sequence[google.cloud.talent_v4.types.Tenant]
Tenants for the current client.
next_page_token str
A token to retrieve the next page of results.
metadata google.cloud.talent_v4.types.ResponseMetadata
Additional information for the API invocation, such as the request tracking id.

Inheritance

builtins.object > proto.message.Message > ListTenantsResponse