name property

String? name
getter/setter pair

The resource name, in the format locations/{location_id}/placeActionLinks/{place_action_link_id}.

The name field will only be considered in UpdatePlaceActionLink and DeletePlaceActionLink requests for updating and deleting links respectively. However, it will be ignored in CreatePlaceActionLink request, where place_action_link_id will be assigned by the server on successful creation of a new link and returned as part of the response.

Optional.

Implementation

core.String? name;