SchemaDetailsRequest | @here/olp-sdk-ts
Class SchemaDetailsRequest
Hierarchy
- SchemaDetailsRequest
Index
Constructors
Methods
Constructors
constructor
Returns SchemaDetailsRequest
Methods
get Billing Tag
Gets a billing tag to group billing records together.
Returns undefined | string
The
BillingTagstring.
get Schema
Gets schema metadata for the request.
Returns undefined | HRN
An object with the schema metadata.
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
The
BillingTagstring.
Returns SchemaDetailsRequest
The updated SchemaDetailsRequest instance that you can use to chain methods.
with Schema
Sets a value of a schema HERE Resource Name (HRN) that is used in the
getSchemaandgetSchemaDetailsmethods of ArtifactClient.Parameters
schemaHrn: HRN
The layer schema HRN.
Returns SchemaDetailsRequest
The updated SchemaDetailsRequest instance that you can use to chain methods.
Generated using TypeDoc
Prepares information for calls to the platform Artifact Service.