YoutubeBackstageSuperVodCommentInfo

GoogleApi.ContentWarehouse.V1.Model.YoutubeBackstageSuperVodCommentInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains information about comment that is posted through a Super Thanks purchase. Next ID: 7

Attributes List

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

View Attributes

Attributes

  1. currencyCode (type: String.t, default: nil)
    - Currency code the user uses to purchase this Super Thanks item.
  2. entitlementId (type: String.t, default: nil)
    - The ID of the Super Thanks entitlement. It uniquely identifies a Super Thanks purchase. This field is deprecated in favor of transaction_id, see go/st-deprecate-ent-id.
  3. priceInMicros (type: String.t, default: nil)
    - Price of Super Thanks item the user purchases in micros.
  4. superVodItemId (type: String.t, default: nil)
    - The Super Thanks item the user purchases, it represents price tier.
  5. transactionId (type: String.t, default: nil)
    - The ID of the Super Thanks transaction. It uniquely identifies a Super Thanks purchase.
  6. version (type: String.t, default: nil)
    - Which version of experiment this Super Thanks comment is posted in.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeBackstageSuperVodCommentInfo{
currencyCode: String.t() | nil,
entitlementId: String.t() | nil,
priceInMicros: String.t() | nil,
superVodItemId: String.t() | nil,
transactionId: String.t() | nil,
version: String.t() | nil
}

Function

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

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