Class EnterpriseTopazSidekickRankingParams
Ranking params.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickRankingParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTimeMs
The end-time that this object will expect to occur. If the type is marked as FIXED, then this end-time will persist after bidding. If the type is marked as FLEXIBLE, this field is NOT expected to be filled and will be filled in after it has won a bid. Expected to be set when type is set to FIXED.
Declaration
[JsonProperty("endTimeMs")]
public virtual ulong? EndTimeMs { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Priority
The priority to determine between objects that have the same start_time_ms The lower-value of priority == ranked higher. Max-priority = 0. Expected to be set for all types.
Declaration
[JsonProperty("priority")]
public virtual string Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Score
The score of the card to be used to break priority-ties
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
SpanMs
The span that this card will take in the stream Expected to be set when type is set to FLEXIBLE.
Declaration
[JsonProperty("spanMs")]
public virtual ulong? SpanMs { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
StartTimeMs
The start-time that this object will bid-for If the type is marked as FIXED, then this start-time will persist after bidding. If the type is marked as FLEXIBLE, then it will occur at the given time or sometime after the requested time. Expected to be set for all types.
Declaration
[JsonProperty("startTimeMs")]
public virtual ulong? StartTimeMs { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Type
The packing type of this object.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |