LayerVersionsRequest
Methods
get Billing Tag
- get
Billing Tag(): undefined | string
-
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 | stringThe updated LayerVersionsRequest instance that you can use to chain methods.
with Billing Tag
- with
Billing Tag(tag: string): LayerVersionsRequest
-
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].
ParametersReturns LayerVersionsRequest
with Version
- with
Version(version: number): LayerVersionsRequest
-
Sets the catalog version value that is used in the 'getLayerVersions' method of CatalogClient.
ParametersReturns LayerVersionsRequestThe updated LayerVersionsRequest instance
Prepares information for calls to get layer versions of a specific catalog version.