View Source GoogleApi.DisplayVideo.V1.Model.BulkEditSitesRequest (google_api_display_video v0.35.0)

Request message for SiteService.BulkEditSites.

Attributes

  • advertiserId (type: String.t, default: nil) - The ID of the advertiser that owns the parent channel.
  • createdSites (type: list(GoogleApi.DisplayVideo.V1.Model.Site.t), default: nil) - The sites to create in batch, specified as a list of Sites.
  • deletedSites (type: list(String.t), default: nil) - The sites to delete in batch, specified as a list of site url_or_app_ids.
  • partnerId (type: String.t, default: nil) - The ID of the partner that owns the parent channel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditSitesRequest{
  advertiserId: String.t() | nil,
  createdSites: [GoogleApi.DisplayVideo.V1.Model.Site.t()] | nil,
  deletedSites: [String.t()] | nil,
  partnerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.