INPUT_OBJECT
ModelPublicationOptionsPatch
A patch operation on the publication options. Updates the specified fields, leaving the others unchanged.
@internal
link GraphQL Schema definition
- input ModelPublicationOptionsPatch {
- # Updates whether visitors may see the contact email in the public viewer. Note:
- # This may be overridded based on
- # the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the contact name in the public viewer. Note:
- # This may be overridded based on
- # the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the contact's phone number in the public
- # viewer. Note: This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the model's name in the public viewer. Note:
- # This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the model's summary in the public viewer.
- # Note: This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see who is presenting the model in the public
- # viewer. Note: This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the model's address in the public viewer.
- # Note: This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- # Updates whether visitors may see the share icon and external URL for this model.
- # Note: This may be overridded
- # based on the branding method used to create the public viewing link.
- SettingOverride :
- }