QualityTimebasedSyntacticDatePosition

GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDatePosition


Table of Contents ▼

Jump to a specific part of the page:

Description

The following positions are the byte offset in doc body, which is consistent with the date annotations. (See google3/repository/annotations/proto/annotations.proto) These are given when we want to use the date as a byline date, so the snippet generating code will know the positions.

Attributes List

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

View Attributes

Attributes

  1. begin (type: integer(), default: nil)
    -
  2. end (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDatePosition{
begin: integer() | nil,
end: integer() | nil
}

Function

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

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