Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.01 KB

File metadata and controls

35 lines (19 loc) · 1.01 KB

DeleteEgressRuleResponse

Properties

Name Type Description Notes
Rule Pointer to EgressRule [optional]

Methods

NewDeleteEgressRuleResponse

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.

GetRule

func (o *DeleteEgressRuleResponse) GetRule() EgressRule

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

SetRule

func (o *DeleteEgressRuleResponse) SetRule(v EgressRule)

SetRule sets Rule field to given value.

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