ENUM

ProductDocumentationType

Description

Type of the product documentation.

link GraphQL Schema definition

  • enum ProductDocumentationType {
  • # Concept.
  • CONCEPT
  • # Reference.
  • REFERENCE
  • # Task.
  • TASK
  • # Unspecified.
  • TYPE_UNSPECIFIED
  • }