Class: Google::Apis::DatamigrationV1::HeterogeneousMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DatamigrationV1::HeterogeneousMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamigration_v1/classes.rb,
lib/google/apis/datamigration_v1/representations.rb,
lib/google/apis/datamigration_v1/representations.rb
Overview
Metadata for heterogeneous migration jobs objects.
Instance Attribute Summary collapse
-
#unsupported_events_count ⇒ Fixnum
The number of unsupported events.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HeterogeneousMetadata
constructor
A new instance of HeterogeneousMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HeterogeneousMetadata
Returns a new instance of HeterogeneousMetadata.
2291 2292 2293 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2291 def initialize(**args) update!(**args) end |
Instance Attribute Details
#unsupported_events_count ⇒ Fixnum
The number of unsupported events.
Corresponds to the JSON property unsupportedEventsCount
2289 2290 2291 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2289 def unsupported_events_count @unsupported_events_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2296 2297 2298 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2296 def update!(**args) @unsupported_events_count = args[:unsupported_events_count] if args.key?(:unsupported_events_count) end |