()
| 1841 | } |
| 1842 | |
| 1843 | func (x *SchemaPartialWriteRequest) GetPartials() map[string]*Partials { |
| 1844 | if x != nil { |
| 1845 | return x.Partials |
| 1846 | } |
| 1847 | return nil |
| 1848 | } |
| 1849 | |
| 1850 | // SchemaPartialWriteRequestMetadata provides additional information for the Schema Partial Write request. |
| 1851 | // It contains schema_version to specify which version of the schema should be read. |
no outgoing calls
no test coverage detected