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

View Source

Details about the content to witch a subscription refers.

Attributes

  • activityType (type: String.t, default: nil) - The type of activity this subscription is for (only uploads, everything).
  • newItemCount (type: integer(), default: nil) - The number of new items in the subscription since its content was last read.
  • totalItemCount (type: integer(), default: nil) - The approximate number of items that the subscription points to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.SubscriptionContentDetails{
  activityType: String.t() | nil,
  newItemCount: integer() | nil,
  totalItemCount: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.