Class CustomBiddingScriptRef
The reference to the uploaded custom bidding script file.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CustomBiddingScriptRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
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 format
customBiddingAlgorithms/{custom_bidding_algorithm_id}/scriptRef/{ref_id}
.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |