Resource: Opportunity
Resource representing a Opportunity for a Google Cloud Partner.
JSON representation |
---|
{ "name": string, "lead": string, "owner": { object ( |
Fields | |
---|---|
name |
Format: partners/{partner_id}/opportunities/{opportunity_id} |
lead |
Output only. Lead corresponding to Opportunity. |
owner |
Output only. Opportunity owner contact details. |
notes |
Notes on Opportunity. |
nextSteps |
Next steps need to be taken on Opportunity. |
dealSize |
Output only. Total deal size Amount in value. |
dealCurrencyCode |
Output only. Currency of deal size. |
closeDate |
Output only. Close date assigned to Opportunity. |
sourceSystem |
Output only. Source of Opportunity. |
salesStage |
Sales stage of Opportunity. |
winProbability |
Output only. Probability percentage of winning the Opportunity. |
productFamily |
Output only. Product Family associated with Opportunity. |
termMonths |
Output only. Term in months of Opportunity. |
customer |
Output only. Represents Customer Account. |
qualificationState |
Represents Qualification State. |
ContactDetails
Represents Contact Details.
JSON representation |
---|
{ "givenName": string, "familyName": string, "email": string, "phone": string } |
Fields | |
---|---|
givenName |
Given name of Contact. |
familyName |
Family name of Contact. |
email |
Primary Email of Contact. |
phone |
Primary Phone of Contact. |
SourceSystem
Represents the Source System of Opportunity.
Enums | |
---|---|
SOURCE_SYSTEM_UNSPECIFIED |
None specified. |
SOURCE_SYSTEM_PARTNER |
Partner as Source. |
SOURCE_SYSTEM_GOOGLE |
Google as Source System. |
SOURCE_SYSTEM_GOOGLE_BDR |
Sourced by Google BDR(Buyside Display Reporting) Team. |
SOURCE_SYSTEM_GOOGLE_PROGRAMMATIC |
Sourced Programmatically, loaded by DataOps Team. |
SalesStage
Represents the Sales Stage of Opportunity.
Enums | |
---|---|
SALES_STAGE_UNSPECIFIED |
None specified. |
SALES_STAGE_QUALIFY |
Sales is in Qualify stage. |
SALES_STAGE_REFINE |
Sales is in Refine Stage. |
SALES_STAGE_TECH_EVAL_SOLUTION_DEV |
Sales is in Tech Evaluation/Solution Dev stage. |
SALES_STAGE_PROPOSAL_NEGOTIATION |
Sales is in Proposal/Negotiation stage. |
SALES_STAGE_MIGRATION_IMPLEMENTATION |
Sales is in Migration Implementation stage. |
QualificationState
Represents the Qualification State of Opportunity.
Enums | |
---|---|
QUALIFICATION_STATE_UNSPECIFIED |
None specified. |
QUALIFICATION_STATE_APPROVED |
Opportunity Approved. |
QUALIFICATION_STATE_REJECTED |
Opportunity Rejected. |
Methods |
|
---|---|
|
Gets an Opportunity. |
|
Updates an Opportunity for a Partner. |