Class ListProfilesResponse (2.6.0)

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

The List profiles response object.

Attributes

NameDescription
profiles Sequence[google.cloud.talent_v4beta1.types.Profile]
Profiles for the specific tenant.
next_page_token str
A token to retrieve the next page of results. This is empty if there are no more results.

Inheritance

builtins.object > proto.message.Message > ListProfilesResponse