| Name | Type | Description | Notes |
|---|---|---|---|
| Rule | Pointer to EgressRule | [optional] |
func NewAddEgressRuleResponse() *AddEgressRuleResponse
NewAddEgressRuleResponse instantiates a new AddEgressRuleResponse 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 *AddEgressRuleResponse) GetRule() EgressRule
GetRule returns the Rule field if non-nil, zero value otherwise.
func (o *AddEgressRuleResponse) SetRule(v EgressRule)
SetRule sets Rule field to given value.