The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.
The object upon the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book.
The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[],[],null,["# Action\n\nType name: [Action](/workspace/gmail/markup/reference/types/Action)\n\nExtends [Event](/workspace/gmail/markup/reference/types/Event) or [Thing](/workspace/gmail/markup/reference/types/Thing)\n\n| Name | Type | Description |\n|--------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| actionStatus | [ActionStatusType](/workspace/gmail/markup/reference/types/ActionStatusType) | Indicates the current disposition of the Action. |\n| agent | [Organization](/workspace/gmail/markup/reference/types/Organization) or [Person](/workspace/gmail/markup/reference/types/Person) | The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book. |\n| endTime | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to *December* . Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. |\n| error | [Thing](/workspace/gmail/markup/reference/types/Thing) | For failed actions, more information on the cause of the failure. |\n| handler | [HttpActionHandler](/workspace/gmail/markup/reference/types/HttpActionHandler) | Handlers supported by RSVP action. |\n| instrument | [Thing](/workspace/gmail/markup/reference/types/Thing) | The object that helped the agent perform the action. e.g. John wrote a book with *a pen*. |\n| location | [Place](/workspace/gmail/markup/reference/types/Place) or [PostalAddress](/workspace/gmail/markup/reference/types/PostalAddress) | The location of the event, organization or action. |\n| name | [Text](/workspace/gmail/markup/reference/types/Text) | The string shown to the user on the UI element tied to the action. |\n| object | [Thing](/workspace/gmail/markup/reference/types/Thing) | The object upon the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read *a book*. |\n| participant | [Organization](/workspace/gmail/markup/reference/types/Organization) or [Person](/workspace/gmail/markup/reference/types/Person) | Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*. |\n| result | [Thing](/workspace/gmail/markup/reference/types/Thing) | The result produced in the action. e.g. John wrote *a book*. |\n| startTime | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from *January* to December. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. |\n| target | [EntryPoint](/workspace/gmail/markup/reference/types/EntryPoint) | Indicates a target EntryPoint for an Action. |\n| url | [URL](/workspace/gmail/markup/reference/types/URL) | Target url to fetch in order to complete the action. |"]]