GoogleApi.DisplayVideo.V1.Model.ReplaceSitesRequest (google_api_display_video v0.24.0) View Source
Request message for SiteService.ReplaceSites.
Attributes
-
advertiserId(type:String.t, default:nil) - The ID of the advertiser that owns the parent channel. -
newSites(type:list(GoogleApi.DisplayVideo.V1.Model.Site.t), default:nil) - The sites that will replace the existing sites assigned to the channel, specified as a list of Sites. -
partnerId(type:String.t, default:nil) - The ID of the partner that owns the parent channel.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.ReplaceSitesRequest{
advertiserId: String.t() | nil,
newSites: [GoogleApi.DisplayVideo.V1.Model.Site.t()] | nil,
partnerId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.