Class ListJobsResponse
ListJobsResponse is a list of Jobs resources.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ListJobsResponse : IDirectResponseSchema
Properties
ApiVersion
The API version for this call such as "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 Jobs.
Declaration
[JsonProperty("items")]
public virtual IList<Job> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<Job> |
Kind
The kind of this resource, in this case "JobsList".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Metadata associated with this jobs 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 |
---|---|
IList<string> |