ddlKind property
The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet. 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? ddlKind;