Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow
- 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 that should be set in case of an Allow Action. This does not have any fields.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityActionAllow
constructor
A new instance of GoogleCloudApigeeV1SecurityActionAllow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityActionAllow
Returns a new instance of GoogleCloudApigeeV1SecurityActionAllow.
9453 9454 9455 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9453 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9458 9459 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9458 def update!(**args) end |