View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData (google_api_content_warehouse v0.4.0)
Extension data for use in Youtube Product Profile.
Attributes
-
channelData
(type:list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData.t)
, default:nil
) - Information about a channel created by the user. A user can create multiple Youtube channels. -
failure
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t
, default:nil
) - Failure type if there is an error when fetching product profile data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData{ channelData: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData.t() ] | nil, failure: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.