Class: Google::Apis::OsconfigV1beta::ListPatchJobInstanceDetailsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/osconfig_v1beta/classes.rb,
generated/google/apis/osconfig_v1beta/representations.rb,
generated/google/apis/osconfig_v1beta/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPatchJobInstanceDetailsResponse

Returns a new instance of ListPatchJobInstanceDetailsResponse.



1164
1165
1166
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1164

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A pagination token that can be used to get the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1157
1158
1159
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1157

def next_page_token
  @next_page_token
end

#patch_job_instance_detailsArray<Google::Apis::OsconfigV1beta::PatchJobInstanceDetails>

A list of instance status. Corresponds to the JSON property patchJobInstanceDetails



1162
1163
1164
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1162

def patch_job_instance_details
  @patch_job_instance_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1169
1170
1171
1172
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 1169

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