Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#gatewaysArray<String>

Required. The array of API Hub Gateway IDs. Format: projects/project/ locations/location/plugins/plugin/instances/instance` Corresponds to the JSON propertygateways`

Returns:

  • (Array<String>)


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