()
| 420 | } |
| 421 | |
| 422 | func (x *Binding) GetCondition() *expr.Expr { |
| 423 | if x != nil { |
| 424 | return x.Condition |
| 425 | } |
| 426 | return nil |
| 427 | } |
| 428 | |
| 429 | type IamPolicy struct { |
| 430 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected