Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiData
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1ApiData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apihub_v1/classes.rb,
lib/google/apis/apihub_v1/representations.rb,
lib/google/apis/apihub_v1/representations.rb
Overview
The API data to be collected.
Instance Attribute Summary collapse
-
#api_metadata_list ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadataList
The message to hold repeated API metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1ApiData
constructor
A new instance of GoogleCloudApihubV1ApiData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1ApiData
Returns a new instance of GoogleCloudApihubV1ApiData.
479 480 481 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 479 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_metadata_list ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadataList
The message to hold repeated API metadata.
Corresponds to the JSON property apiMetadataList
477 478 479 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 477 def @api_metadata_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
484 485 486 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 484 def update!(**args) @api_metadata_list = args[:api_metadata_list] if args.key?(:api_metadata_list) end |