responseJsonSchema property
Value?
responseJsonSchema
final
Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function.
This field is mutually exclusive with response.
Implementation
final Value? responseJsonSchema;