MobilePerDocData

GoogleApi.ContentWarehouse.V1.Model.MobilePerDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

Note: This message is also in the RTUpdate protocol buffer.

Attributes List

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

View Attributes

Attributes

  1. flags (type: integer(), default: nil)
    -
  2. mobileurl (type: String.t, default: nil)
    - DEPRECATED: Url of the mobile version of the document. This is set during canonicalization if we do not know that the Web url also serves the mobile version.
  3. transcodedPageScore (type: integer(), default: nil)
    - DEPRECATED: The transcoded page quality repesented in 7-bits range from 0 to 127.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MobilePerDocData{
flags: integer() | nil,
mobileurl: String.t() | nil,
transcodedPageScore: integer() | nil
}

Function

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

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