ModelSearchPublicationDetails

open_in_new

Search summary information related to the public model information.

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.
  • published: Boolean!
  • # Public contact information for the model.
  • contact: ModelContact
  • # Public attribution
  • presentedBy: String
  • # Public summary of the space
  • summary: String
  • # Published address of the space
  • address: String
  • # Published geolocation of the space
  • geolocation: GeoPoint
  • }