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

Information related to the source system of the aspect.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1AspectSource

Returns a new instance of GoogleCloudDataplexV1AspectSource.



827
828
829
# File 'lib/google/apis/dataplex_v1/classes.rb', line 827

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

Instance Attribute Details

#create_timeString

The time the aspect was created in the source system. Corresponds to the JSON property createTime

Returns:

  • (String)


820
821
822
# File 'lib/google/apis/dataplex_v1/classes.rb', line 820

def create_time
  @create_time
end

#update_timeString

The time the aspect was last updated in the source system. Corresponds to the JSON property updateTime

Returns:

  • (String)


825
826
827
# File 'lib/google/apis/dataplex_v1/classes.rb', line 825

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



832
833
834
835
# File 'lib/google/apis/dataplex_v1/classes.rb', line 832

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