Show / Hide Table of Contents

Class CustomBiddingAlgorithmsResource

The "customBiddingAlgorithms" collection of methods.

Inheritance
System.Object
CustomBiddingAlgorithmsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CustomBiddingAlgorithmsResource

Constructors

CustomBiddingAlgorithmsResource(IClientService)

Constructs a new resource.

Declaration
public CustomBiddingAlgorithmsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(Int64)

Gets a custom bidding algorithm.

Declaration
public virtual CustomBiddingAlgorithmsResource.GetRequest Get(long customBiddingAlgorithmId)
Parameters
Type Name Description
System.Int64 customBiddingAlgorithmId

Required. The ID of the custom bidding algorithm to fetch.

Returns
Type Description
CustomBiddingAlgorithmsResource.GetRequest

List()

Lists custom bidding algorithms that are accessible to the current user and can be used in bidding stratgies. The order is defined by the order_by parameter.

Declaration
public virtual CustomBiddingAlgorithmsResource.ListRequest List()
Returns
Type Description
CustomBiddingAlgorithmsResource.ListRequest
In This Article
Back to top