Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CancelDlpJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CancelDlpJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
The request message for canceling a DLP job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2CancelDlpJobRequest
constructor
A new instance of GooglePrivacyDlpV2beta2CancelDlpJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2CancelDlpJobRequest
Returns a new instance of GooglePrivacyDlpV2beta2CancelDlpJobRequest
1914 1915 1916 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1914 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1919 1920 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1919 def update!(**args) end |