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

Additional ranges covered by the mention. Next available tag: 5

Attributes

  • begin (type: integer(), default: nil) - Like begin/end, begin_token_index/end_token_index above.
  • beginTokenIndex (type: integer(), default: nil) -
  • end (type: integer(), default: nil) -
  • endTokenIndex (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.