Class: Google::Apis::MigrationcenterV1alpha1::Frames

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

Collection of frame data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Frames

Returns a new instance of Frames.



3449
3450
3451
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3449

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

Instance Attribute Details

#frames_dataArray<Google::Apis::MigrationcenterV1alpha1::AssetFrame>

A repeated field of asset data. Corresponds to the JSON property framesData



3447
3448
3449
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3447

def frames_data
  @frames_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3454
3455
3456
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3454

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