GoogleApi.YouTube.V3.Model.LiveChatMembershipGiftingDetails (google_api_you_tube v0.54.0)

View Source

Attributes

  • giftMembershipsCount (type: integer(), default: nil) - The number of gift memberships purchased by the user.
  • giftMembershipsLevelName (type: String.t, default: nil) - The name of the level of the gift memberships purchased by the user. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatMembershipGiftingDetails{
  giftMembershipsCount: integer() | nil,
  giftMembershipsLevelName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.