Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray
- 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 Gateways.
Instance Attribute Summary collapse
-
#gateways ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray
constructor
A new instance of GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray
Returns a new instance of GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray.
2517 2518 2519 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2517 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gateways ⇒ Array<String>
Required. The array of API Hub Gateway IDs. Format: projects/project/
locations/location/plugins/plugin/instances/instance`
Corresponds to the JSON propertygateways`
2515 2516 2517 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2515 def gateways @gateways end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2522 2523 2524 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2522 def update!(**args) @gateways = args[:gateways] if args.key?(:gateways) end |