description property

String? description
getter/setter pair

Describes the data.

The model uses this field to understand the purpose of the schema and how to use it. It is a best practice to provide a clear and descriptive explanation for the schema and its properties here, rather than in the prompt.

Optional.

Implementation

core.String? description;