Class: Google::Apis::MigrationcenterV1alpha1::ListReportExportJobsResponse

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

Overview

Response message for listing report export jobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListReportExportJobsResponse

Returns a new instance of ListReportExportJobsResponse.



4866
4867
4868
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4866

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

Instance Attribute Details

#next_page_tokenString

Output only. A token identifying a page of results the server should return. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4859
4860
4861
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4859

def next_page_token
  @next_page_token
end

#report_export_jobsArray<Google::Apis::MigrationcenterV1alpha1::ReportExportJob>

Output only. The list of report export jobs. Corresponds to the JSON property reportExportJobs



4864
4865
4866
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4864

def report_export_jobs
  @report_export_jobs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4871
4872
4873
4874
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4871

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @report_export_jobs = args[:report_export_jobs] if args.key?(:report_export_jobs)
end