Class: Google::Apis::DlpV2::GooglePrivacyDlpV2QuoteInfo

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

Overview

Message for infoType-dependent details parsed from quote.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2QuoteInfo

Returns a new instance of GooglePrivacyDlpV2QuoteInfo.



6508
6509
6510
# File 'lib/google/apis/dlp_v2/classes.rb', line 6508

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

Instance Attribute Details

#date_timeGoogle::Apis::DlpV2::GooglePrivacyDlpV2DateTime

Message for a date time object. e.g. 2018-01-01, 5th August. Corresponds to the JSON property dateTime



6506
6507
6508
# File 'lib/google/apis/dlp_v2/classes.rb', line 6506

def date_time
  @date_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6513
6514
6515
# File 'lib/google/apis/dlp_v2/classes.rb', line 6513

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