FaqSummary

Summary information for frequently asked questions and answers included in an index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unix timestamp when the FAQ was created.

Link copied to clipboard

The file type used to create the FAQ.

Link copied to clipboard
val id: String?

The identifier of the FAQ.

Link copied to clipboard

The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

Link copied to clipboard
val name: String?

The name that you assigned the FAQ when you created or updated the FAQ.

Link copied to clipboard

The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

Link copied to clipboard

The Unix timestamp when the FAQ was last updated.

Functions

Link copied to clipboard
inline fun copy(block: FaqSummary.Builder.() -> Unit = {}): FaqSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String