Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadataList

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 message to hold repeated API metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApihubV1ApiMetadataList

Returns a new instance of GoogleCloudApihubV1ApiMetadataList.



664
665
666
# File 'lib/google/apis/apihub_v1/classes.rb', line 664

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

Instance Attribute Details

#api_metadataArray<Google::Apis::ApihubV1::GoogleCloudApihubV1ApiMetadata>

Required. The list of API metadata. Corresponds to the JSON property apiMetadata



662
663
664
# File 'lib/google/apis/apihub_v1/classes.rb', line 662

def 
  @api_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



669
670
671
# File 'lib/google/apis/apihub_v1/classes.rb', line 669

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