Class: Google::Apis::DriveactivityV2::DataLeakPreventionChange
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::DataLeakPreventionChange
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/driveactivity_v2/classes.rb,
generated/google/apis/driveactivity_v2/representations.rb,
generated/google/apis/driveactivity_v2/representations.rb
Overview
A change in the object's data leak prevention status.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of Data Leak Prevention (DLP) change.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataLeakPreventionChange
constructor
A new instance of DataLeakPreventionChange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DataLeakPreventionChange
Returns a new instance of DataLeakPreventionChange
399 400 401 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 399 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of Data Leak Prevention (DLP) change.
Corresponds to the JSON property type
397 398 399 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 397 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
404 405 406 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 404 def update!(**args) @type = args[:type] if args.key?(:type) end |