editedDdlKind property
If ddl_kind is USER_EDIT, this holds the DDL kind of the original content
- DETERMINISTIC or AI.
Otherwise, this is DDL_KIND_UNSPECIFIED. Possible string values are:
- "DDL_KIND_UNSPECIFIED" : The kind of the DDL is unknown.
- "SOURCE" : DDL of the source entity
- "DETERMINISTIC" : Deterministic converted DDL
- "AI" : Gemini AI converted DDL
- "USER_EDIT" : User edited DDL
Implementation
core.String? editedDdlKind;