expectation property
Test expectation. Possible string values are:
- "EXPECTATION_UNSPECIFIED" : Unspecified expectation.
- "ALLOW" : Expect an allowed result.
- "DENY" : Expect a denied result.
Implementation
core.String? expectation;
Test expectation. Possible string values are:
core.String? expectation;