Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int32 | [optional] | |
Firewalls | Pointer to []FirewallDetailFields | [optional] | |
Message | Pointer to string | [optional] | |
Page | Pointer to int32 | [optional] | |
PageSize | Pointer to int32 | [optional] | |
Status | Pointer to bool | [optional] |
func NewFirewallsListResponse() *FirewallsListResponse
NewFirewallsListResponse instantiates a new FirewallsListResponse 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
func NewFirewallsListResponseWithDefaults() *FirewallsListResponse
NewFirewallsListResponseWithDefaults instantiates a new FirewallsListResponse 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
func (o *FirewallsListResponse) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetCount(v int32)
SetCount sets Count field to given value.
func (o *FirewallsListResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *FirewallsListResponse) GetFirewalls() []FirewallDetailFields
GetFirewalls returns the Firewalls field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetFirewallsOk() (*[]FirewallDetailFields, bool)
GetFirewallsOk returns a tuple with the Firewalls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetFirewalls(v []FirewallDetailFields)
SetFirewalls sets Firewalls field to given value.
func (o *FirewallsListResponse) HasFirewalls() bool
HasFirewalls returns a boolean if a field has been set.
func (o *FirewallsListResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *FirewallsListResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *FirewallsListResponse) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetPage(v int32)
SetPage sets Page field to given value.
func (o *FirewallsListResponse) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *FirewallsListResponse) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *FirewallsListResponse) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *FirewallsListResponse) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FirewallsListResponse) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallsListResponse) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *FirewallsListResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.