Show / Hide Table of Contents

Class CloudStorageSource

The CloudStorageSource resource.

Inheritance
System.Object
CloudStorageSource
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.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class CloudStorageSource : IDirectResponseSchema

Properties

ApiVersion

The API version for this call such as "events.cloud.google.com/v1alpha1".

Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Kind

The kind of resource, in this case "CloudStorageSource".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Metadata

Metadata associated with this CloudStorageSource.

Declaration
[JsonProperty("metadata")]
public virtual ObjectMeta Metadata { get; set; }
Property Value
Type Description
ObjectMeta

Spec

Spec defines the desired state of the CloudStorageSource.

Declaration
[JsonProperty("spec")]
public virtual CloudStorageSourceSpec Spec { get; set; }
Property Value
Type Description
CloudStorageSourceSpec

Status

Status represents the current state of the CloudStorageSource. This data may be out of date.

Declaration
[JsonProperty("status")]
public virtual CloudStorageSourceStatus Status { get; set; }
Property Value
Type Description
CloudStorageSourceStatus

Implements

IDirectResponseSchema
Back to top