Class AccountsResource.FinalizedProposalsResource.ResumeRequest
Update given deals to resume serving. This method will set the
DealServingMetadata.DealPauseStatus.has_buyer_paused
bit to false for all listed deals in the request.
Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.resume
endpoint. It is a no-op to resume running deals or deals paused by the other party. It is an error to
call ResumeProposalDeals for deals which are not part of the proposal of proposal_id or which are not
finalized or renegotiating.
Inheritance
AccountsResource.FinalizedProposalsResource.ResumeRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.FinalizedProposalsResource.ResumeRequest : AdExchangeBuyerIIBaseServiceRequest<Proposal>, IClientServiceRequest<Proposal>, IClientServiceRequest
Constructors
ResumeRequest(IClientService, ResumeProposalDealsRequest, string, string)
Constructs a new Resume request.
Declaration
public ResumeRequest(IClientService service, ResumeProposalDealsRequest body, string accountId, string proposalId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResumeProposalDealsRequest | body | |
string | accountId | |
string | proposalId |
Properties
AccountId
Account ID of the buyer.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProposalId
The proposal_id of the proposal containing the deals.
Declaration
[RequestParameter("proposalId", RequestParameterType.Path)]
public virtual string ProposalId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Resume parameter list.
Declaration
protected override void InitParameters()