Show / Hide Table of Contents

Class ListConfigurationsResponse

ListConfigurationsResponse is a list of Configuration resources.

Inheritance
System.Object
ListConfigurationsResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ListConfigurationsResponse : object, IDirectResponseSchema

Properties

ApiVersion

The API version for this call such as "serving.knative.dev/v1".

Declaration
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 Configurations.

Declaration
public virtual IList<Configuration> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Configuration>

Kind

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

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

Metadata

Metadata associated with this Configuration list.

Declaration
public virtual ListMeta Metadata { get; set; }
Property Value
Type Description
ListMeta

Unreachable

Locations that could not be reached.

Declaration
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top