OBJECT
ModelPublicationOptions
Options controlling the display of published model information. These options may be overridden by the branding information passed in when generating a url for the model.
@internal
link GraphQL Schema definition
- type ModelPublicationOptions {
- # Whether or not visitors can see the contact's email.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the contact's name.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the contact's phone number.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the model's name.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the model's summary.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the presented by information.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the model's address.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors can see the model's external url.
- Boolean! :
- SettingOverride! :
- }
link Require by
This element is not required by anyone