Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.59 KB

EditFail2BanRequest.md

File metadata and controls

92 lines (51 loc) · 2.59 KB

EditFail2BanRequest

Properties

Name Type Description Notes
Attr Pointer to EditFail2BanRequestAttr [optional]
Items Pointer to interface{} has to be none [optional]

Methods

NewEditFail2BanRequest

func NewEditFail2BanRequest() *EditFail2BanRequest

NewEditFail2BanRequest instantiates a new EditFail2BanRequest 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

NewEditFail2BanRequestWithDefaults

func NewEditFail2BanRequestWithDefaults() *EditFail2BanRequest

NewEditFail2BanRequestWithDefaults instantiates a new EditFail2BanRequest 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

GetAttr

func (o *EditFail2BanRequest) GetAttr() EditFail2BanRequestAttr

GetAttr returns the Attr field if non-nil, zero value otherwise.

GetAttrOk

func (o *EditFail2BanRequest) GetAttrOk() (*EditFail2BanRequestAttr, bool)

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

SetAttr

func (o *EditFail2BanRequest) SetAttr(v EditFail2BanRequestAttr)

SetAttr sets Attr field to given value.

HasAttr

func (o *EditFail2BanRequest) HasAttr() bool

HasAttr returns a boolean if a field has been set.

GetItems

func (o *EditFail2BanRequest) GetItems() interface{}

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *EditFail2BanRequest) GetItemsOk() (*interface{}, bool)

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

SetItems

func (o *EditFail2BanRequest) SetItems(v interface{})

SetItems sets Items field to given value.

HasItems

func (o *EditFail2BanRequest) HasItems() bool

HasItems returns a boolean if a field has been set.

SetItemsNil

func (o *EditFail2BanRequest) SetItemsNil(b bool)

SetItemsNil sets the value for Items to be an explicit nil

UnsetItems

func (o *EditFail2BanRequest) UnsetItems()

UnsetItems ensures that no value is present for Items, not even an explicit nil

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