Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1017 Bytes

File metadata and controls

35 lines (19 loc) · 1017 Bytes

EditEgressRuleResponse

Properties

Name Type Description Notes
Rule Pointer to EgressRule [optional]

Methods

NewEditEgressRuleResponse

func NewEditEgressRuleResponse() *EditEgressRuleResponse

NewEditEgressRuleResponse instantiates a new EditEgressRuleResponse 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.

GetRule

func (o *EditEgressRuleResponse) GetRule() EgressRule

GetRule returns the Rule field if non-nil, zero value otherwise.

SetRule

func (o *EditEgressRuleResponse) SetRule(v EgressRule)

SetRule sets Rule field to given value.

[Back to Model list] [Back to API list] [Back to README]