Name | Type | Description | Notes |
---|---|---|---|
Entities | []MaintenanceWindow | ||
HasNext | bool | ||
HasPrev | bool | ||
TotalCount | int32 |
func NewMaintenanceWindowPagedResponse(entities []MaintenanceWindow, hasNext bool, hasPrev bool, totalCount int32, ) *MaintenanceWindowPagedResponse
NewMaintenanceWindowPagedResponse instantiates a new MaintenanceWindowPagedResponse 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 NewMaintenanceWindowPagedResponseWithDefaults() *MaintenanceWindowPagedResponse
NewMaintenanceWindowPagedResponseWithDefaults instantiates a new MaintenanceWindowPagedResponse 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 *MaintenanceWindowPagedResponse) GetEntities() []MaintenanceWindow
GetEntities returns the Entities field if non-nil, zero value otherwise.
func (o *MaintenanceWindowPagedResponse) GetEntitiesOk() (*[]MaintenanceWindow, bool)
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintenanceWindowPagedResponse) SetEntities(v []MaintenanceWindow)
SetEntities sets Entities field to given value.
func (o *MaintenanceWindowPagedResponse) GetHasNext() bool
GetHasNext returns the HasNext field if non-nil, zero value otherwise.
func (o *MaintenanceWindowPagedResponse) GetHasNextOk() (*bool, bool)
GetHasNextOk returns a tuple with the HasNext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintenanceWindowPagedResponse) SetHasNext(v bool)
SetHasNext sets HasNext field to given value.
func (o *MaintenanceWindowPagedResponse) GetHasPrev() bool
GetHasPrev returns the HasPrev field if non-nil, zero value otherwise.
func (o *MaintenanceWindowPagedResponse) GetHasPrevOk() (*bool, bool)
GetHasPrevOk returns a tuple with the HasPrev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintenanceWindowPagedResponse) SetHasPrev(v bool)
SetHasPrev sets HasPrev field to given value.
func (o *MaintenanceWindowPagedResponse) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *MaintenanceWindowPagedResponse) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaintenanceWindowPagedResponse) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.