Class: Google::Apis::ApihubV1::GoogleCloudApihubV1FetchAdditionalSpecContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1FetchAdditionalSpecContentResponse
- 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
-
#additional_spec_content ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1AdditionalSpecContent
The additional spec content for the spec.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1FetchAdditionalSpecContentResponse
constructor
A new instance of GoogleCloudApihubV1FetchAdditionalSpecContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1FetchAdditionalSpecContentResponse
Returns a new instance of GoogleCloudApihubV1FetchAdditionalSpecContentResponse.
2325 2326 2327 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2325 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_spec_content ⇒ Google::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
2323 2324 2325 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2323 def additional_spec_content @additional_spec_content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2330 2331 2332 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2330 def update!(**args) @additional_spec_content = args[:additional_spec_content] if args.key?(:additional_spec_content) end |