Class: Google::Apis::MigrationcenterV1::OutputFileList

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

Overview

Contains a list of output files.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OutputFileList

Returns a new instance of OutputFileList.



4634
4635
4636
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4634

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

Instance Attribute Details

#entriesArray<Google::Apis::MigrationcenterV1::OutputFile>

Output only. List of output files. Corresponds to the JSON property entries



4632
4633
4634
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4632

def entries
  @entries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4639
4640
4641
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4639

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