AppsPeopleOzExternalMergedpeopleapiChannelData

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. channelId (type: String.t, default: nil)
    - Unique ID that corresponds to a Youtube channel.
  2. commentCount (type: String.t, default: nil)
    - Number of comments for a given Youtube channel.
  3. description (type: String.t, default: nil)
    - Description of the channel.
  4. playlistCount (type: String.t, default: nil)
    -
  5. profilePictureUrl (type: String.t, default: nil)
    - A FIFE URL pointing to the channel's profile image (go/avatar-fife-urls) with default fife url options. Also refer to go/people-api-concepts:photos for People API's FIFE best practices. The image could be up to a couple of days stale, though it is much fresher in practice. If a fresh image is required, contact the YouTubeAccountProfileService. The URL itself expires ~30 days after generation.
  6. profileUrl (type: String.t, default: nil)
    - URL of user's Youtube channel profile.
  7. subscriberCount (type: String.t, default: nil)
    - Number of subscribers for a given Youtube channel.
  8. title (type: String.t, default: nil)
    - Title of the YouTube channel
  9. usesYoutubeNames (type: boolean(), default: nil)
    - Whether or not the channel's profile has a title/avatar that is canonical in YouTube. Used to determine if the product profile card should be part of the core persona or have their own persona.
  10. videoCount (type: String.t, default: nil)
    - Number of videos uploaded in a given Youtube channel.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData{
channelId: String.t() | nil,
commentCount: String.t() | nil,
description: String.t() | nil,
playlistCount: String.t() | nil,
profilePictureUrl: String.t() | nil,
profileUrl: String.t() | nil,
subscriberCount: String.t() | nil,
title: String.t() | nil,
usesYoutubeNames: boolean() | nil,
videoCount: String.t() | nil
}

Function

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

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