Show / Hide Table of Contents

Class ListPatchJobInstanceDetailsResponse

A response message for listing the instances details for a patch job.

Inheritance
object
ListPatchJobInstanceDetailsResponse
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.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ListPatchJobInstanceDetailsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

A pagination token that can be used to get the next page of results.

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

PatchJobInstanceDetails

A list of instance status.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX