Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray

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 APIs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray

Returns a new instance of GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray.



2506
2507
2508
# File 'lib/google/apis/apigee_v1/classes.rb', line 2506

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#apisArray<String>

Required. The array of API Hub API IDs. Format: projects/project/locations/ location/apis/api` Corresponds to the JSON propertyapis`

Returns:

  • (Array<String>)


2504
2505
2506
# File 'lib/google/apis/apigee_v1/classes.rb', line 2504

def apis
  @apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2511
2512
2513
# File 'lib/google/apis/apigee_v1/classes.rb', line 2511

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