()
| 1775 | } |
| 1776 | |
| 1777 | func (x *SchemaWriteResponse) GetSchemaVersion() string { |
| 1778 | if x != nil { |
| 1779 | return x.SchemaVersion |
| 1780 | } |
| 1781 | return "" |
| 1782 | } |
| 1783 | |
| 1784 | // It contains the tenant_id to identify the tenant and metadata of the schema to be edited, |
| 1785 | // with the corresponding edits to various entities |
no outgoing calls
no test coverage detected