Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 893 Bytes

File metadata and controls

16 lines (12 loc) · 893 Bytes

HubSpot.NET.Model.BatchResponseTimelineEventResponse

The state of the batch event request.

Properties

Name Type Description Notes
Status string The status of the batch response. Should always be COMPLETED if processed.
Results List<TimelineEventResponse> Successfully created events.
RequestedAt DateTimeOffset The time the request occurred. [optional]
StartedAt DateTimeOffset The time the request began processing.
CompletedAt DateTimeOffset The time the request was completed.
Links Dictionary<string, string> [optional]

[Back to Model list] [Back to API list] [Back to README]