- type PrivateModelLink {
- # The access token embedded in the generated link. This can be used to delete the
- # token if it need to be invalidated
- # before its expiration.
- : ID
- # The Matterport application the link was generated for.
- : MatterportApplication
- # The generated link/URL with the private access token embedded in it.
- : String
- # Expiration time of the link.
- : DateTime
- }