BuyersProposalsResource class

Constructors

BuyersProposalsResource(ApiRequester client)

Properties

deals BuyersProposalsDealsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accept(AcceptProposalRequest request, String name, {String? $fields}) Future<Proposal>
Accepts the proposal at the given revision number.
addNote(AddNoteRequest request, String proposal, {String? $fields}) Future<Proposal>
Creates a note for this proposal and sends to the seller.
cancelNegotiation(CancelNegotiationRequest request, String proposal, {String? $fields}) Future<Proposal>
Cancels an ongoing negotiation on a proposal.
get(String name, {String? $fields}) Future<Proposal>
Gets a proposal using its resource name.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListProposalsResponse>
Lists proposals.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Proposal request, String name, {String? updateMask, String? $fields}) Future<Proposal>
Updates the proposal at the given revision number.
sendRfp(SendRfpRequest request, String buyer, {String? $fields}) Future<Proposal>
Sends a request for proposal (RFP) to a publisher to initiate the negotiation regarding certain inventory.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited