View Source GoogleApi.DisplayVideo.V3.Model.ReplaceSitesResponse (google_api_display_video v0.38.3)
Response message for SiteService.ReplaceSites.
Attributes
-
sites
(type:list(GoogleApi.DisplayVideo.V3.Model.Site.t)
, default:nil
) - The list of sites in the channel after replacing.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.ReplaceSitesResponse{ sites: [GoogleApi.DisplayVideo.V3.Model.Site.t()] | nil }