()
| 4517 | } |
| 4518 | |
| 4519 | func (x *ObjectSchema) GetArrayKind() *ObjectSchema_ArrayKind { |
| 4520 | if x != nil { |
| 4521 | if x, ok := x.Kind.(*ObjectSchema_ArrayKind_); ok { |
| 4522 | return x.ArrayKind |
| 4523 | } |
| 4524 | } |
| 4525 | return nil |
| 4526 | } |
| 4527 | |
| 4528 | func (x *ObjectSchema) GetSemanticType() string { |
| 4529 | if x != nil { |
no outgoing calls
no test coverage detected