()
| 951 | } |
| 952 | |
| 953 | func (x *RuleDefinition) GetExpression() *v1alpha1.CheckedExpr { |
| 954 | if x != nil { |
| 955 | return x.Expression |
| 956 | } |
| 957 | return nil |
| 958 | } |
| 959 | |
| 960 | // The AttributeDefinition message provides detailed information about a specific attribute. |
| 961 | type AttributeDefinition struct { |