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.



11803
11804
11805
# File 'lib/google/apis/apigee_v1/classes.rb', line 11803

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>)


11801
11802
11803
# File 'lib/google/apis/apigee_v1/classes.rb', line 11801

def gateway_types
  @gateway_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11808
11809
11810
# File 'lib/google/apis/apigee_v1/classes.rb', line 11808

def update!(**args)
  @gateway_types = args[:gateway_types] if args.key?(:gateway_types)
end