public sealed class PublisherModel.Types.Documentation : IMessage<PublisherModel.Types.Documentation>, IEquatable<PublisherModel.Types.Documentation>, IDeepCloneable<PublisherModel.Types.Documentation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PublisherModel.Types.Documentation.
A named piece of documentation.
Implements
IMessagePublisherModelTypesDocumentation, IEquatablePublisherModelTypesDocumentation, IDeepCloneablePublisherModelTypesDocumentation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Documentation()
public Documentation()
Documentation(Documentation)
public Documentation(PublisherModel.Types.Documentation other)
Parameter | |
---|---|
Name | Description |
other |
PublisherModelTypesDocumentation |
Properties
Content
public string Content { get; set; }
Required. Content of this piece of document (in Markdown format).
Property Value | |
---|---|
Type | Description |
string |
Title
public string Title { get; set; }
Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..
Property Value | |
---|---|
Type | Description |
string |