Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

BatchResponseBlogAuthorWithErrors.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

HubSpot.NET.Model.BatchResponseBlogAuthorWithErrors

Response object for batch operations on blog authors with errors.

Properties

Name Type Description Notes
Status string Status of batch operation.
Results List<BlogAuthor> Results of batch operation.
NumErrors int Number of errors. [optional]
Errors List<AuthorsStandardError> Errors in batch operation. [optional]
RequestedAt DateTimeOffset Time of batch operation request. [optional]
StartedAt DateTimeOffset Time of batch operation start.
CompletedAt DateTimeOffset Time of batch operation completion.
Links Dictionary<string, string> Links associated with batch operation. [optional]

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