Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiData

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_listGoogle::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