GoogleApi.DisplayVideo.V3.Model.CustomBiddingScriptRef (google_api_display_video v0.39.0)
View SourceThe reference to the uploaded custom bidding script file.
Attributes
-
resourceName
(type:String.t
, default:nil
) - A resource name to be used in media.download to Download the script files. Or media.upload to Upload the script files. Resource names have the formatcustomBiddingAlgorithms/{custom_bidding_algorithm_id}/scriptRef/{ref_id}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.CustomBiddingScriptRef{ resourceName: String.t() | nil }