Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1009 Bytes

File metadata and controls

35 lines (19 loc) · 1009 Bytes

AddEgressRuleResponse

Properties

Name Type Description Notes
Rule Pointer to EgressRule [optional]

Methods

NewAddEgressRuleResponse

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.

GetRule

func (o *AddEgressRuleResponse) GetRule() EgressRule

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

SetRule

func (o *AddEgressRuleResponse) SetRule(v EgressRule)

SetRule sets Rule field to given value.

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