()
| 905 | } |
| 906 | |
| 907 | func (x *DataSourceSingleQuery) GetEncryptionKey() string { |
| 908 | if x != nil { |
| 909 | return x.EncryptionKey |
| 910 | } |
| 911 | return "" |
| 912 | } |
| 913 | |
| 914 | func (x *DataSourceSingleQuery) GetVersioningPolicyName() string { |
| 915 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected