Interface: SpecificPropertiesPayload
An object that represents the request body of a Fetch Specific Properties operation.
Export
SpecificPropertiesPayload
Properties
fields
fields:
object
Specifies what properties of the objects to return. If you do not specify this attribute, the response returns all properties.
Possible values are:
properties
- Return all properties.properties.something
- Return the property namedsomething
and all its children.properties.some*
- Return all properties with names that begin withsome
and all their children.properties.category.*
- Return the property namedcategory
and all its children.properties.*.property
- Return any property namedproperty
regardless of its parent.
Memberof
SpecificPropertiesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specificPropertiesPayload.ts:38
pagination
pagination:
SpecificPropertiesPayloadPagination
Memberof
SpecificPropertiesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specificPropertiesPayload.ts:17
payload?
optional
payload:Payload
Memberof
SpecificPropertiesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specificPropertiesPayload.ts:44
query
Memberof
SpecificPropertiesPayload
Defined in
aps-sdk-node/modelderivative/source/model/specificPropertiesPayload.ts:23