Activity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource that represents an individual or collaborative activity participated in by a candidate, for example, an open-source project, a class assignment, and so on.
Attributes | |
---|---|
Name | Description |
display_name |
str
Activity display name. Number of characters allowed is 100. |
description |
str
Activity description. Number of characters allowed is 100,000. |
uri |
str
Activity URI. Number of characters allowed is 4,000. |
create_date |
google.type.date_pb2.Date
The first creation date of the activity. |
update_date |
google.type.date_pb2.Date
The last update date of the activity. |
team_members |
Sequence[str]
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50. |
skills_used |
Sequence[google.cloud.talent_v4beta1.types.Skill]
A list of skills used in this activity. The limitation for max number of skills used is 50. |
activity_name_snippet |
str
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query. |
activity_description_snippet |
str
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query. |
skills_used_snippet |
Sequence[str]
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query. |