OBJECT
ModelSearchPublicationDetails
Search summary information related to the public model information.
link GraphQL Schema definition
- type ModelSearchPublicationDetails {
 - #   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! 
 - #   Public contact information for the model.
 - : ModelContact 
 - #   Public attribution
 - : String 
 - #   Public summary of the space
 - : String 
 - }