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.



11765
11766
11767
# File 'lib/google/apis/apigee_v1/classes.rb', line 11765

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


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