Class PhotoResponse
Response payload for a single Photo in batch operations including BatchGetPhotos and BatchUpdatePhotos.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class PhotoResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Photo
The Photo resource, if the request was successful.
Declaration
[JsonProperty("photo")]
public virtual Photo Photo { get; set; }
Property Value
Type | Description |
---|---|
Photo |
Status
The status for the operation to get or update a single photo in the batch request.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |