Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray
- 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 for the array of API Hub Gateway Types.
Instance Attribute Summary collapse
-
#gateway_types ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray
constructor
A new instance of GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray
Returns a new instance of GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray.
11708 11709 11710 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11708 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gateway_types ⇒ Array<String>
Required. The array of API Hub Gateway Types.
Corresponds to the JSON property gatewayTypes
11706 11707 11708 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11706 def gateway_types @gateway_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11713 11714 11715 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11713 def update!(**args) @gateway_types = args[:gateway_types] if args.key?(:gateway_types) end |