Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { // PrimaryKeyValues can be a list of strings (eg ["E65"]) or a list of integers ([59]) PrimaryKeyValues []interface{} `json:"primary_key_values"` ResourceID string `json:"resource_id"` PreviewID string `json:"preview_id"` }
Request is the body of the POST /preview request.
Click to show internal directories.
Click to hide internal directories.