Class: Google::Apis::DlpV2::GooglePrivacyDlpV2FullyInside
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2FullyInside
- 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
Defines a condition where one bounding box is fully inside another.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2FullyInside
constructor
A new instance of GooglePrivacyDlpV2FullyInside.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2FullyInside
Returns a new instance of GooglePrivacyDlpV2FullyInside.
5864 5865 5866 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 5864 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5869 5870 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 5869 def update!(**args) end |