Information related to displaying public model information.
- type ModelPublicationDetails {
- # The public street address of the space.
- : String
- # Public contact information for the model.
- : ModelContact
- # Public description of the space
- : 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
- # The geolocation of the space based on published address
- : 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
- # 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!
- }