class Google::Apis::OsconfigV1beta::ListPatchJobInstanceDetailsResponse

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

Attributes

next_page_token[RW]

A pagination token that can be used to get the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]

patch_job_instance_details[RW]

A list of instance status. Corresponds to the JSON property `patchJobInstanceDetails` @return [Array<Google::Apis::OsconfigV1beta::PatchJobInstanceDetails>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 745
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1beta/classes.rb, line 750
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @patch_job_instance_details = args[:patch_job_instance_details] if args.key?(:patch_job_instance_details)
end