()
| 529 | } |
| 530 | |
| 531 | func (x *QueryDataPolicy) GetDisableExport() bool { |
| 532 | if x != nil { |
| 533 | return x.DisableExport |
| 534 | } |
| 535 | return false |
| 536 | } |
| 537 | |
| 538 | func (x *QueryDataPolicy) GetMaximumResultRows() int32 { |
| 539 | if x != nil { |
no outgoing calls
no test coverage detected