Show / Hide Table of Contents

Class CustomBiddingScript

A single custom bidding script.

Inheritance
object
CustomBiddingScript
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CustomBiddingScript : IDirectResponseSchema

Properties

Active

Output only. Whether the script is currently being used for scoring by the parent algorithm.

Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type Description
bool?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the script was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CustomBiddingAlgorithmId

Output only. The unique ID of the custom bidding algorithm the script belongs to.

Declaration
[JsonProperty("customBiddingAlgorithmId")]
public virtual long? CustomBiddingAlgorithmId { get; set; }
Property Value
Type Description
long?

CustomBiddingScriptId

Output only. The unique ID of the custom bidding script.

Declaration
[JsonProperty("customBiddingScriptId")]
public virtual long? CustomBiddingScriptId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Errors

Output only. Error details of a rejected custom bidding script. This field will only be populated when state is REJECTED.

Declaration
[JsonProperty("errors")]
public virtual IList<ScriptError> Errors { get; set; }
Property Value
Type Description
IList<ScriptError>

Name

Output only. The resource name of the custom bidding script.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Script

The reference to the uploaded script file.

Declaration
[JsonProperty("script")]
public virtual CustomBiddingScriptRef Script { get; set; }
Property Value
Type Description
CustomBiddingScriptRef

State

Output only. The state of the custom bidding script.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX