QualityTimebasedPageType

GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType