Show / Hide Table of Contents

Class GoogleCloudRunV2CloudStorageSource

Cloud Storage source.

Inheritance
object
GoogleCloudRunV2CloudStorageSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2CloudStorageSource : IDirectResponseSchema

Properties

Bucket

Required. The Cloud Storage bucket name.

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { 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

Generation

Optional. The Cloud Storage object generation.

Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type Description
long?

Object__

Required. The Cloud Storage object name.

Declaration
[JsonProperty("object")]
public virtual string Object__ { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX