Show / Hide Table of Contents

Class GenerateDownloadUrlRequest

Request of GenerateDownloadUrl method.

Inheritance
System.Object
GenerateDownloadUrlRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.dll
Syntax
public class GenerateDownloadUrlRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

VersionId

The optional version of function. If not set, default, current version is used.

Declaration
[JsonProperty("versionId")]
public virtual ulong? VersionId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Implements

IDirectResponseSchema
In This Article
Back to top