Show / Hide Table of Contents

Class ListWorkerPoolsResponse

A list of WorkerPool resources.

Inheritance
object
ListWorkerPoolsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ListWorkerPoolsResponse : IDirectResponseSchema

Properties

ApiVersion

The API version for this call; returns "run.googleapis.com/v1".

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

ETag

The ETag of the item.

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

Items

List of WorkerPools.

Declaration
[JsonProperty("items")]
public virtual IList<WorkerPool> Items { get; set; }
Property Value
Type Description
IList<WorkerPool>

Kind

The kind of this resource; returns "WorkerPoolList".

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

Metadata

Metadata associated with this WorkerPool list.

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

Unreachable

For calls against the global endpoint, returns the list of Cloud locations that could not be reached. For regional calls, this field is not used.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX