Show / Hide Table of Contents

Class ListCloudAuditLogsSourcesResponse

ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.

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

Items

List of CloudAuditLogsSources.

Declaration
[JsonProperty("items")]
public virtual IList<CloudAuditLogsSource> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CloudAuditLogsSource>

Kind

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

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

Metadata

Metadata associated with this CloudAuditLogsSource list.

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

Unreachable

Locations that could not be reached.

Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top