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.
11765 11766 11767 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11765 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
11763 11764 11765 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11763 def gateway_types @gateway_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11770 11771 11772 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 11770 def update!(**args) @gateway_types = args[:gateway_types] if args.key?(:gateway_types) end |