RepositoryWebrefMentionRatings

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings


Table of Contents ▼

Jump to a specific part of the page:

Description

Per document mention ratings. Next id: 10

Attributes List

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

View Attributes

Attributes

  1. begin (type: integer(), default: nil)
    - Byte offsets of the mention.
  2. end (type: integer(), default: nil)
    -
  3. mentionMatch (type: list(String.t), default: nil)
    -
  4. singleMentionRating (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings{
begin: integer() | nil,
end: integer() | nil,
mentionMatch: [String.t()] | nil,
singleMentionRating: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating.t() ] | nil
}

Function

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

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