()
| 4508 | } |
| 4509 | |
| 4510 | func (x *ObjectSchema) GetStructKind() *ObjectSchema_StructKind { |
| 4511 | if x != nil { |
| 4512 | if x, ok := x.Kind.(*ObjectSchema_StructKind_); ok { |
| 4513 | return x.StructKind |
| 4514 | } |
| 4515 | } |
| 4516 | return nil |
| 4517 | } |
| 4518 | |
| 4519 | func (x *ObjectSchema) GetArrayKind() *ObjectSchema_ArrayKind { |
| 4520 | if x != nil { |
no outgoing calls
no test coverage detected