Class: Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger

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

Overview

What event needs to occur for a new job to be started.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2Trigger

Returns a new instance of GooglePrivacyDlpV2Trigger



4918
4919
4920
# File 'generated/google/apis/dlp_v2/classes.rb', line 4918

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

Instance Attribute Details

#scheduleGoogle::Apis::DlpV2::GooglePrivacyDlpV2Schedule

Schedule for triggeredJobs. Corresponds to the JSON property schedule



4916
4917
4918
# File 'generated/google/apis/dlp_v2/classes.rb', line 4916

def schedule
  @schedule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4923
4924
4925
# File 'generated/google/apis/dlp_v2/classes.rb', line 4923

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