Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.08 KB

AlertPagedResponse.md

File metadata and controls

114 lines (61 loc) · 3.08 KB

AlertPagedResponse

Properties

Name Type Description Notes
Entities []Alert
HasNext bool
HasPrev bool
TotalCount int32

Methods

NewAlertPagedResponse

func NewAlertPagedResponse(entities []Alert, hasNext bool, hasPrev bool, totalCount int32, ) *AlertPagedResponse

NewAlertPagedResponse instantiates a new AlertPagedResponse 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

NewAlertPagedResponseWithDefaults

func NewAlertPagedResponseWithDefaults() *AlertPagedResponse

NewAlertPagedResponseWithDefaults instantiates a new AlertPagedResponse 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

GetEntities

func (o *AlertPagedResponse) GetEntities() []Alert

GetEntities returns the Entities field if non-nil, zero value otherwise.

GetEntitiesOk

func (o *AlertPagedResponse) GetEntitiesOk() (*[]Alert, 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.

SetEntities

func (o *AlertPagedResponse) SetEntities(v []Alert)

SetEntities sets Entities field to given value.

GetHasNext

func (o *AlertPagedResponse) GetHasNext() bool

GetHasNext returns the HasNext field if non-nil, zero value otherwise.

GetHasNextOk

func (o *AlertPagedResponse) 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.

SetHasNext

func (o *AlertPagedResponse) SetHasNext(v bool)

SetHasNext sets HasNext field to given value.

GetHasPrev

func (o *AlertPagedResponse) GetHasPrev() bool

GetHasPrev returns the HasPrev field if non-nil, zero value otherwise.

GetHasPrevOk

func (o *AlertPagedResponse) 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.

SetHasPrev

func (o *AlertPagedResponse) SetHasPrev(v bool)

SetHasPrev sets HasPrev field to given value.

GetTotalCount

func (o *AlertPagedResponse) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *AlertPagedResponse) 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.

SetTotalCount

func (o *AlertPagedResponse) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

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