Show / Hide Table of Contents

Class CloudSchedulerSource

The CloudSchedulerSource resource.

Inheritance
System.Object
CloudSchedulerSource
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 CloudSchedulerSource : 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 "CloudSchedulerSource".

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

Metadata

Metadata associated with this CloudSchedulerSource.

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

Spec

Spec defines the desired state of the CloudSchedulerSource.

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

Status

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

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

Implements

IDirectResponseSchema
Back to top