Class BatchGetPhotosResponse
Response to batch get of Photos.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class BatchGetPhotosResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Results
List of results for each individual Photo requested, in the same order as the requests in BatchGetPhotos.
Declaration
[JsonProperty("results")]
public virtual IList<PhotoResponse> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PhotoResponse> |