Class BatchUpdatePhotosResponse
Response to batch update of metadata of one or more Photos.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class BatchUpdatePhotosResponse : 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 updated, in the same order as the request.
Declaration
[JsonProperty("results")]
public virtual IList<PhotoResponse> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<PhotoResponse> |