OBJECT
ModelPublicationDetails
Information related to displaying public model information.
link GraphQL Schema definition
- type ModelPublicationDetails {
 - #   If this is true then the information contained in this section
 - #   is available in the Matterport viewer and to anyone who has a
 - #   link to the model.
 - #   This must be true to link to the viewer, embed the viewer or
 - #   share the model with certain 3rd parties for unlocking additional
 - #   assets.
 - : Boolean! 
 - #   A link to the model showcase.
 - # 
 - # Arguments
 - #   branding: Controls what information should be shown on the 
 - #   viewer
 - #   Default: default
 - #   view: The type of player.
 - #   Default: default
 - (: ModelBranding, : ModelPlayerView): String! 
 - #   An embeddable html fragment for showing the model.
 - # 
 - # Arguments
 - #   branding: Controls what information should be shown on the 
 - #   viewer
 - #   Default: default
 - (: ModelBranding): String! 
 - #   An external url to access this model at.
 - : String 
 - #   Public contact information for the model.
 - : ModelContact 
 - #   Public attribution
 - : String 
 - #   Public summary of the space
 - : String 
 - #   The public street address of the space.
 - : String 
 - }