Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 807 Bytes

LoadObjectSetRequestV2.md

File metadata and controls

16 lines (12 loc) · 807 Bytes

LoadObjectSetRequestV2

Represents the API POST body when loading an ObjectSet.

Properties

Name Type Required Description
object_set ObjectSet Yes
order_by Optional[SearchOrderByV2] No
select List[SelectedPropertyApiName] Yes
page_token Optional[PageToken] No
page_size Optional[PageSize] No
exclude_rid Optional[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]