Interface protos.google.api.IDocumentation (0.2.6)

Properties of a Documentation.

Package

@google-cloud/service-management!

Properties

documentationRootUrl

documentationRootUrl?: (string|null);

Documentation documentationRootUrl

Property Value
TypeDescription
(string|null)

overview

overview?: (string|null);

Documentation overview

Property Value
TypeDescription
(string|null)

pages

pages?: (google.api.IPage[]|null);

Documentation pages

Property Value
TypeDescription
(google.api.IPage[]|null)

rules

rules?: (google.api.IDocumentationRule[]|null);

Documentation rules

Property Value
TypeDescription
(google.api.IDocumentationRule[]|null)

serviceRootUrl

serviceRootUrl?: (string|null);

Documentation serviceRootUrl

Property Value
TypeDescription
(string|null)

summary

summary?: (string|null);

Documentation summary

Property Value
TypeDescription
(string|null)