View Source GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType (google_api_content_warehouse v0.4.0)

Attributes

  • isForumPage (type: boolean(), default: nil) - Set to true if this page is classified as a forum page.
  • isPageWithFreshRepeatedDates (type: boolean(), default: nil) - Set to true if this page has a fresh repeated date sequence.
  • isQnaPage (type: boolean(), default: nil) - Set to true if this page is classified as a question answers page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType{
  isForumPage: boolean() | nil,
  isPageWithFreshRepeatedDates: boolean() | nil,
  isQnaPage: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.