Class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation
- 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
Documentation details.
Instance Attribute Summary collapse
-
#external_uri ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1Documentation
constructor
A new instance of GoogleCloudApihubV1Documentation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1Documentation
Returns a new instance of GoogleCloudApihubV1Documentation.
2086 2087 2088 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2086 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_uri ⇒ String
Optional. The uri of the externally hosted documentation.
Corresponds to the JSON property externalUri
2084 2085 2086 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2084 def external_uri @external_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2091 2092 2093 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2091 def update!(**args) @external_uri = args[:external_uri] if args.key?(:external_uri) end |