Interface: SpecifyReferencesPayload
An object that represents the successful response of a Specify References operation.
Export
SpecifyReferencesPayload
Properties
filename
filename:
string
The file name of the top level component. By default, it is set to""
and the file will be download with itsurn
.
Memberof
SpecifyReferencesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specifyReferencesPayload.ts:28
references
references:
Set
<SpecifyReferencesPayloadReferences
> An array of objects, where each object represents a referenced file.
Memberof
SpecifyReferencesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specifyReferencesPayload.ts:34
region?
optional
region:Region
Memberof
SpecifyReferencesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specifyReferencesPayload.ts:22
urn
urn:
string
The URL safe Base64 encoded URN of the source design. Mandatory if the Base64 encoded urn in the request URL is a logical URN.
Memberof
SpecifyReferencesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specifyReferencesPayload.ts:16