Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

AspectSource contains source system related information for the aspect.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1AspectSource

Returns a new instance of GoogleCloudDataplexV1AspectSource.



401
402
403
# File 'lib/google/apis/dataplex_v1/classes.rb', line 401

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

Instance Attribute Details

#create_timeString

The create time of the aspect in the source system. Corresponds to the JSON property createTime

Returns:

  • (String)


394
395
396
# File 'lib/google/apis/dataplex_v1/classes.rb', line 394

def create_time
  @create_time
end

#update_timeString

The update time of the aspect in the source system. Corresponds to the JSON property updateTime

Returns:

  • (String)


399
400
401
# File 'lib/google/apis/dataplex_v1/classes.rb', line 399

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



406
407
408
409
# File 'lib/google/apis/dataplex_v1/classes.rb', line 406

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