Skip to content

TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO

Properties

Name Type Description Notes
CurrentPage Pointer to int32 Current page number. [optional]
CurrentSize Pointer to int32 Number of entries per page. [optional]
Data Pointer to []TelephoneNumberWithStatusOpenApiVO [optional]
TotalRows Pointer to int64 Total rows of all items. [optional]
VoipPhoneNumberPasswordLimit Pointer to int32 [optional]

Methods

NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO

func NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO() *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO

NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO instantiates a new TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO 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

NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVOWithDefaults

func NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVOWithDefaults() *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO

NewTelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVOWithDefaults instantiates a new TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO 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

GetCurrentPage

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetCurrentPageOk() (*int32, bool)

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

SetCurrentPage

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetCurrentSize

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetCurrentSize() int32

GetCurrentSize returns the CurrentSize field if non-nil, zero value otherwise.

GetCurrentSizeOk

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetCurrentSizeOk() (*int32, bool)

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

SetCurrentSize

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) SetCurrentSize(v int32)

SetCurrentSize sets CurrentSize field to given value.

HasCurrentSize

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

GetData

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetData() []TelephoneNumberWithStatusOpenApiVO

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetDataOk() (*[]TelephoneNumberWithStatusOpenApiVO, bool)

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

SetData

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) SetData(v []TelephoneNumberWithStatusOpenApiVO)

SetData sets Data field to given value.

HasData

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) HasData() bool

HasData returns a boolean if a field has been set.

GetTotalRows

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetTotalRows() int64

GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.

GetTotalRowsOk

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetTotalRowsOk() (*int64, bool)

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

SetTotalRows

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) SetTotalRows(v int64)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

GetVoipPhoneNumberPasswordLimit

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetVoipPhoneNumberPasswordLimit() int32

GetVoipPhoneNumberPasswordLimit returns the VoipPhoneNumberPasswordLimit field if non-nil, zero value otherwise.

GetVoipPhoneNumberPasswordLimitOk

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) GetVoipPhoneNumberPasswordLimitOk() (*int32, bool)

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

SetVoipPhoneNumberPasswordLimit

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) SetVoipPhoneNumberPasswordLimit(v int32)

SetVoipPhoneNumberPasswordLimit sets VoipPhoneNumberPasswordLimit field to given value.

HasVoipPhoneNumberPasswordLimit

func (o *TelephoneNumberWithStatusGridVOTelephoneNumberWithStatusOpenApiVO) HasVoipPhoneNumberPasswordLimit() bool

HasVoipPhoneNumberPasswordLimit returns a boolean if a field has been set.

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