Show / Hide Table of Contents

Class MarketplaceprivateauctionResource

The "marketplaceprivateauction" collection of methods.

Inheritance
System.Object
MarketplaceprivateauctionResource
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.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class MarketplaceprivateauctionResource

Constructors

MarketplaceprivateauctionResource(IClientService)

Constructs a new resource.

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

Methods

Updateproposal(UpdatePrivateAuctionProposalRequest, String)

Update a given private auction proposal

Declaration
public virtual MarketplaceprivateauctionResource.UpdateproposalRequest Updateproposal(UpdatePrivateAuctionProposalRequest body, string privateAuctionId)
Parameters
Type Name Description
UpdatePrivateAuctionProposalRequest body

The body of the request.

System.String privateAuctionId

The private auction id to be updated.

Returns
Type Description
MarketplaceprivateauctionResource.UpdateproposalRequest
In This Article
Back to top