Class Document
A Document represents a piece of content from the Developer Knowledge corpus.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class Document : IDirectResponseSchema
Properties
Content
Output only. The full content of the document in Markdown format.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Output only. A description of the document.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the document. Format: documents/{uri_without_scheme} Example:
documents/docs.cloud.google.com/storage/docs/creating-buckets
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Output only. The URI of the content, such as docs.cloud.google.com/storage/docs/creating-buckets.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |