| Name | Type | Description | Notes |
|---|---|---|---|
| Rule | Pointer to EgressRule | [optional] |
func NewDeleteEgressRuleResponse() *DeleteEgressRuleResponse
NewDeleteEgressRuleResponse instantiates a new DeleteEgressRuleResponse object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func (o *DeleteEgressRuleResponse) GetRule() EgressRule
GetRule returns the Rule field if non-nil, zero value otherwise.
func (o *DeleteEgressRuleResponse) SetRule(v EgressRule)
SetRule sets Rule field to given value.