OceanPerDocData

GoogleApi.ContentWarehouse.V1.Model.OceanPerDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

Per-doc data in the Ocean index. Ocean indexing details are in https://www/eng/designdocs/scanning/ocean-indexing.html

Attributes List

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

View Attributes

Attributes

  1. flags (type: String.t, default: nil)
    - rights, mask-availability, porn, etc.
  2. numPages (type: integer(), default: nil)
    -
  3. pageNumber (type: integer(), default: nil)
    - 1-based
  4. pageid (type: integer(), default: nil)
    -
  5. volumeid (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanPerDocData{
flags: String.t() | nil,
numPages: integer() | nil,
pageNumber: integer() | nil,
pageid: integer() | nil,
volumeid: String.t() | nil
}

Function

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

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