Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray

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 Gateway Types.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typesArray<String>

Required. The array of API Hub Gateway Types. Corresponds to the JSON property gatewayTypes

Returns:

  • (Array<String>)


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