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

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

  • begin (type: integer(), default: nil) -
  • end (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.