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.
2152 2153 2154 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2152 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
2150 2151 2152 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2150 def external_uri @external_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2157 2158 2159 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 2157 def update!(**args) @external_uri = args[:external_uri] if args.key?(:external_uri) end |