Enum DocumentsResource.GetRequest.ViewEnum
Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.GetDocument
defaults to DOCUMENT_VIEW_CONTENT.
Namespace: Google.Apis.DeveloperKnowledge.v1alpha
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public enum DocumentsResource.GetRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| DOCUMENTVIEWBASIC | Includes only the basic metadata fields: -
|
| DOCUMENTVIEWCONTENT | Includes the |
| DOCUMENTVIEWFULL | Includes all Document fields. |
| DOCUMENTVIEWUNSPECIFIED | The default / unset value. See each API method for its default value if DocumentView is not specified. |