Class: Google::Cloud::Dlp::V2::QuoteInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::QuoteInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Message for infoType-dependent details parsed from quote.
Instance Attribute Summary collapse
-
#date_time ⇒ ::Google::Cloud::Dlp::V2::DateTime
The date time indicated by the quote.
Instance Attribute Details
#date_time ⇒ ::Google::Cloud::Dlp::V2::DateTime
Returns The date time indicated by the quote.
2086 2087 2088 2089 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2086 class QuoteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |