Class: Google::Apis::MigrationcenterV1::Frames
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::Frames
- 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
Collection of frame data.
Instance Attribute Summary collapse
-
#frames_data ⇒ Array<Google::Apis::MigrationcenterV1::AssetFrame>
A repeated field of asset data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Frames
constructor
A new instance of Frames.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Frames
Returns a new instance of Frames.
1982 1983 1984 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1982 def initialize(**args) update!(**args) end |
Instance Attribute Details
#frames_data ⇒ Array<Google::Apis::MigrationcenterV1::AssetFrame>
A repeated field of asset data.
Corresponds to the JSON property framesData
1980 1981 1982 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1980 def frames_data @frames_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1987 1988 1989 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1987 def update!(**args) @frames_data = args[:frames_data] if args.key?(:frames_data) end |