resourceNamesToAdd property

List<String>? resourceNamesToAdd
getter/setter pair

The resource names of the contact people to add in the form of people/{person_id}.

The total number of resource names in resource_names_to_add and resource_names_to_remove must be less than or equal to 1000.

Optional.

Implementation

core.List<core.String>? resourceNamesToAdd;