LayerVersionsRequest | @here/olp-sdk-ts
Class LayerVersionsRequest
Hierarchy
- LayerVersionsRequest
Index
Constructors
Methods
Constructors
constructor
Returns LayerVersionsRequest
Methods
get Billing Tag
An optional 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 undefined | string
The updated LayerVersionsRequest instance that you can use to chain methods.
get Version
Gets a catalog version.
Returns undefined | number
The catalog version.
with Billing Tag
An optional 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].
Parameters
tag: string
Returns LayerVersionsRequest
with Version
Sets the catalog version value that is used in the 'getLayerVersions' method of CatalogClient.
Parameters
version: number
Specify the catalog version.
Returns LayerVersionsRequest
The updated LayerVersionsRequest instance
Generated using TypeDoc
Prepares information for calls to get layer versions of a specific catalog version.