Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 826 Bytes

LoadObjectSetRequestV2Dict.md

File metadata and controls

16 lines (12 loc) · 826 Bytes

LoadObjectSetRequestV2Dict

Represents the API POST body when loading an ObjectSet.

Properties

Name Type Required Description
objectSet ObjectSetDict Yes
orderBy NotRequired[SearchOrderByV2Dict] No
select List[SelectedPropertyApiName] Yes
pageToken NotRequired[PageToken] No
pageSize NotRequired[PageSize] No
excludeRid NotRequired[StrictBool] No A flag to exclude the retrieval of the __rid property. Setting this to true may improve performance of this endpoint for object types in OSV2.

[Back to Model list] [Back to API list] [Back to README]