View Source GoogleApi.YouTube.V3.Model.LiveChatMembershipGiftingDetails (google_api_you_tube v0.44.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.