GoogleApi.YouTube.V3.Model.SubscriptionContentDetails (google_api_you_tube v0.38.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.