Class: Google::Apis::MigrationcenterV1alpha1::ListAssetsExportJobsResponse

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 assets export jobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAssetsExportJobsResponse

Returns a new instance of ListAssetsExportJobsResponse.



4508
4509
4510
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4508

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

Instance Attribute Details

#assets_export_jobsArray<Google::Apis::MigrationcenterV1alpha1::AssetsExportJob>

Output only. The list of assets export jobs. Corresponds to the JSON property assetsExportJobs



4501
4502
4503
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4501

def assets_export_jobs
  @assets_export_jobs
end

#next_page_tokenString

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

Returns:

  • (String)


4506
4507
4508
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4506

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4513
4514
4515
4516
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4513

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