Class GenerateDownloadUrlResponse
Response of GenerateDownloadUrl
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2alpha.Data
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class GenerateDownloadUrlResponse : IDirectResponseSchema
Properties
DownloadUrl
The generated Google Cloud Storage signed URL that should be used for function source code download.
Declaration
[JsonProperty("downloadUrl")]
public virtual string DownloadUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |