class Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger
What event needs to occur for a new job to be started.
Attributes
manual[RW]
Job trigger option for hybrid jobs. Jobs must be manually created and finished. Corresponds to the JSON property `manual` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Manual]
schedule[RW]
Schedule for inspect job triggers. Corresponds to the JSON property `schedule` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Schedule]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 6202 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 6207 def update!(**args) @manual = args[:manual] if args.key?(:manual) @schedule = args[:schedule] if args.key?(:schedule) end