Class SignedUri
Contains a signed URI.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class SignedUri : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
File
Output only. Name of the file the Signed URI references.
Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Output only. Download URI for the file.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |