Search summary information related to the public model information.
- type ModelSearchPublicationDetails {
- # Published address of the space
- : String
- # Public contact information for the model.
- : ModelContact
- # Public description of the space
- : String
- # Published geolocation of the space
- : GeoPoint
- # Public attribution
- : String
- # 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 summary of the space
- : String
- }