AccountsProposalsResource class
Properties
-
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 accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Mark the proposal as accepted at the given revision number.
-
addNote(AddNoteRequest request, String accountId, String proposalId, {String? $fields})
→ Future<Note>
-
Create a new note and attach it to the proposal.
-
cancelNegotiation(CancelNegotiationRequest request, String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Cancel an ongoing negotiation on a proposal.
-
completeSetup(CompleteSetupRequest request, String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
You can opt-in to manually update proposals to indicate that setup is
complete.
-
create(Proposal request, String accountId, {String? $fields})
→ Future<Proposal>
-
Create the given proposal.
-
get(String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Gets a proposal given its ID.
-
list(String accountId, {String? filter, String? filterSyntax, int? pageSize, String? pageToken, String? $fields})
→ Future<ListProposalsResponse>
-
List proposals.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(PauseProposalRequest request, String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Update the given proposal to pause serving.
-
resume(ResumeProposalRequest request, String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Update the given proposal to resume serving.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Proposal request, String accountId, String proposalId, {String? $fields})
→ Future<Proposal>
-
Update the given proposal at the client known revision number.