CancelBatchRequest | @here/olp-sdk-ts
Class CancelBatchRequest
Hierarchy
- CancelBatchRequest
Index
Constructors
Methods
Constructors
constructor
Returns CancelBatchRequest
Methods
get Billing Tag
Gets the billing tag (if it was set).
Returns undefined | string
The billing tag or
undefinedif it was not.
get Publication Id
Gets the ID of the publication that you want to cancel.
Returns undefined | string
The ID of the publication.
with Billing Tag
Sets the billing tag.
Parameters
tag: string
The free-form tag that is used for grouping billing records together. If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A–Za–z0–9].
Returns CancelBatchRequest
A reference to this object.
with Publication Id
Sets the ID of the publication that you want to cancel.
Parameters
id: string
The ID of the publication.
Returns CancelBatchRequest
A reference to this object.
Generated using TypeDoc
Cancels a versioned batch operation.