Class: Google::Apis::MigrationcenterV1::OpenFileList

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
more...

Overview

Open file list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OpenFileList

Returns a new instance of OpenFileList.

[View source]

3351
3352
3353
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3351

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

Instance Attribute Details

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

Open file details entries. Corresponds to the JSON property entries


3349
3350
3351
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3349

def entries
  @entries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

3356
3357
3358
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3356

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