Class UploadRef
Upload reference for media files.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class UploadRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UploadUrl
An upload reference should be unique for each user. It follows the form: "https://streetviewpublish.googleapis.com/media/user/{account_id}/photo/{upload_reference}"
Declaration
[JsonProperty("uploadUrl")]
public virtual string UploadUrl { get; set; }
Property Value
Type | Description |
---|---|
string |