Class: Google::Apis::DriveactivityV2::DataLeakPreventionChange

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DataLeakPreventionChange

Returns a new instance of DataLeakPreventionChange.



405
406
407
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 405

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

Instance Attribute Details

#typeString

The type of Data Leak Prevention (DLP) change. Corresponds to the JSON property type

Returns:

  • (String)


403
404
405
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 403

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



410
411
412
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 410

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