Class Connection
A connection is the link from a source photo to a destination photo.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class Connection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
Required. The destination of the connection from the containing photo to another photo.
Declaration
[JsonProperty("target")]
public virtual PhotoId Target { get; set; }
Property Value
Type | Description |
---|---|
PhotoId |