Class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails
- 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
Error details for a CSV file.
Instance Attribute Summary collapse
-
#row_number ⇒ Fixnum
The row number where the error was detected.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportRowErrorCsvErrorDetails
constructor
A new instance of ImportRowErrorCsvErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportRowErrorCsvErrorDetails
Returns a new instance of ImportRowErrorCsvErrorDetails.
4306 4307 4308 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4306 def initialize(**args) update!(**args) end |
Instance Attribute Details
#row_number ⇒ Fixnum
The row number where the error was detected.
Corresponds to the JSON property rowNumber
4304 4305 4306 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4304 def row_number @row_number end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4311 4312 4313 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4311 def update!(**args) @row_number = args[:row_number] if args.key?(:row_number) end |