Class CloudAuditLogsSource
Inheritance
System.Object
CloudAuditLogsSource
Implements
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 CloudAuditLogsSource : 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 "CloudAuditLogsSource".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metadata
Metadata associated with this CloudAuditLogsSource.
Declaration
[JsonProperty("metadata")]
public virtual ObjectMeta Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectMeta |
Spec
Spec defines the desired state of the CloudAuditLogsSource.
Declaration
[JsonProperty("spec")]
public virtual CloudAuditLogsSourceSpec Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudAuditLogsSourceSpec |
Status
Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional
Declaration
[JsonProperty("status")]
public virtual CloudAuditLogsSourceStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudAuditLogsSourceStatus |