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.



2546
2547
2548
# File 'lib/google/apis/apigee_v1/classes.rb', line 2546

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


2544
2545
2546
# File 'lib/google/apis/apigee_v1/classes.rb', line 2544

def apis
  @apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2551
2552
2553
# File 'lib/google/apis/apigee_v1/classes.rb', line 2551

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