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.



2497
2498
2499
# File 'lib/google/apis/apigee_v1/classes.rb', line 2497

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


2495
2496
2497
# File 'lib/google/apis/apigee_v1/classes.rb', line 2495

def apis
  @apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2502
2503
2504
# File 'lib/google/apis/apigee_v1/classes.rb', line 2502

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