Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/assuredworkloads_v1beta1/classes.rb,
lib/google/apis/assuredworkloads_v1beta1/representations.rb,
lib/google/apis/assuredworkloads_v1beta1/representations.rb
Overview
Request for acknowledging the violation Next Id: 4
Instance Attribute Summary collapse
-
#comment ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
constructor
A new instance of GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
Returns a new instance of GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest.
35 36 37 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 35 def initialize(**args) update!(**args) end |
Instance Attribute Details
#comment ⇒ String
Required. Business justification explaining the need for violation
acknowledgement
Corresponds to the JSON property comment
33 34 35 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 33 def comment @comment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40 41 42 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 40 def update!(**args) @comment = args[:comment] if args.key?(:comment) end |