Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DisableSecurityActionRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1DisableSecurityActionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Message to disable an enabled SecurityAction.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1DisableSecurityActionRequest
constructor
A new instance of GoogleCloudApigeeV1DisableSecurityActionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1DisableSecurityActionRequest
Returns a new instance of GoogleCloudApigeeV1DisableSecurityActionRequest.
4050 4051 4052 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4050 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4055 4056 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4055 def update!(**args) end |