includeResource property

bool? includeResource
getter/setter pair

Whether the event payload includes data about the resource that changed.

For example, for an event where a Google Chat message was created, whether the payload contains data about the [Message](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, the event payload only includes the name of the changed resource.

Optional.

Implementation

core.bool? includeResource;