requestType property
Request type as defined by the above enum. Possible string values are:
- "UNKNOWN_TYPE" : Default unknown type.
- "LOOKUP" : Request for lookup
- "EVALUATION" : Request for evaluation.
- "ESTIMATION" : Request for estimation.
Implementation
core.String? requestType;