Class: Google::Cloud::ApiHub::V1::Documentation
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::Documentation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Documentation details.
Instance Attribute Summary collapse
-
#external_uri ⇒ ::String
Optional.
Instance Attribute Details
#external_uri ⇒ ::String
Returns Optional. The uri of the externally hosted documentation.
841 842 843 844 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 841 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |