Class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails

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

Error details for a CSV file.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportRowErrorCsvErrorDetails

Returns a new instance of ImportRowErrorCsvErrorDetails.



3389
3390
3391
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3389

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

Instance Attribute Details

#row_numberFixnum

The row number where the error was detected. Corresponds to the JSON property rowNumber

Returns:

  • (Fixnum)


3387
3388
3389
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3387

def row_number
  @row_number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3394
3395
3396
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3394

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