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

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

Attributes

  • flags (type: integer(), default: nil) -
  • 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.
  • transcodedPageScore (type: integer(), default: nil) - DEPRECATED: The transcoded page quality repesented in 7-bits range from 0 to 127.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.