Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.56 KB

File metadata and controls

51 lines (28 loc) · 1.56 KB

V2RuleHeaderAction

Properties

Name Type Description Notes
Headers map[string]string Headers to set

Methods

NewV2RuleHeaderAction

func NewV2RuleHeaderAction(headers map[string]string, ) *V2RuleHeaderAction

NewV2RuleHeaderAction instantiates a new V2RuleHeaderAction 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

NewV2RuleHeaderActionWithDefaults

func NewV2RuleHeaderActionWithDefaults() *V2RuleHeaderAction

NewV2RuleHeaderActionWithDefaults instantiates a new V2RuleHeaderAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetHeaders

func (o *V2RuleHeaderAction) GetHeaders() map[string]string

GetHeaders returns the Headers field if non-nil, zero value otherwise.

GetHeadersOk

func (o *V2RuleHeaderAction) GetHeadersOk() (*map[string]string, bool)

GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHeaders

func (o *V2RuleHeaderAction) SetHeaders(v map[string]string)

SetHeaders sets Headers field to given value.

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