Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 761 Bytes

StructFieldSelectorDict.md

File metadata and controls

16 lines (11 loc) · 761 Bytes

StructFieldSelectorDict

A combination of a struct property api name and a struct field api name. This is used to select struct fields to query on. Note that you can still select struct properties with only a 'PropertyApiNameSelector'; the queries will then become 'OR' queries across the fields of the struct property.

Properties

Name Type Required Description
propertyApiName PropertyApiName Yes
structFieldApiName StructFieldApiName Yes
type Literal["structField"] Yes None

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