Class: Google::Apis::ApihubV1::GoogleCloudApihubV1FetchAdditionalSpecContentResponse

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 FetchAdditionalSpecContent method's response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApihubV1FetchAdditionalSpecContentResponse

Returns a new instance of GoogleCloudApihubV1FetchAdditionalSpecContentResponse.



2391
2392
2393
# File 'lib/google/apis/apihub_v1/classes.rb', line 2391

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

Instance Attribute Details

#additional_spec_contentGoogle::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent

The additional spec content for the spec. This contains the metadata and the last update time for the additional spec content. Corresponds to the JSON property additionalSpecContent



2389
2390
2391
# File 'lib/google/apis/apihub_v1/classes.rb', line 2389

def additional_spec_content
  @additional_spec_content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2396
2397
2398
# File 'lib/google/apis/apihub_v1/classes.rb', line 2396

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