Class: Google::Apis::ApihubV1::GoogleCloudApihubV1Documentation

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

Documentation details.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_uriString

Optional. The uri of the externally hosted documentation. Corresponds to the JSON property externalUri

Returns:

  • (String)


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