()
| 56 | } |
| 57 | |
| 58 | func (x *GetSecretsRequest) GetPattern() string { |
| 59 | if x != nil { |
| 60 | if x.xxx_hidden_Pattern != nil { |
| 61 | return *x.xxx_hidden_Pattern |
| 62 | } |
| 63 | return "" |
| 64 | } |
| 65 | return "" |
| 66 | } |
| 67 | |
| 68 | func (x *GetSecretsRequest) SetPattern(v string) { |
| 69 | x.xxx_hidden_Pattern = &v |