Show / Hide Table of Contents

Class BiddersResource

The "bidders" collection of methods.

Inheritance
object
BiddersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BiddersResource

Constructors

BiddersResource(IClientService)

Constructs a new resource.

Declaration
public BiddersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Accounts

Gets the Accounts resource.

Declaration
public virtual BiddersResource.AccountsResource Accounts { get; }
Property Value
Type Description
BiddersResource.AccountsResource

FilterSets

Gets the FilterSets resource.

Declaration
public virtual BiddersResource.FilterSetsResource FilterSets { get; }
Property Value
Type Description
BiddersResource.FilterSetsResource
In this article
Back to top Generated by DocFX