Skip to content

WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO

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 []WireguardPeerDetailOpenApiVO [optional]
SupportDomain Pointer to bool Whether peer supports inputting domain. [optional]
TotalRows Pointer to int64 Total rows of all items. [optional]

Methods

NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO

func NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO() *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO

NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO instantiates a new WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO 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

NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVOWithDefaults

func NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVOWithDefaults() *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO

NewWireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVOWithDefaults instantiates a new WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO 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 *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetCurrentPage() int32

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

GetCurrentPageOk

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) 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 *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetCurrentSize

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetCurrentSize() int32

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

GetCurrentSizeOk

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) 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 *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) SetCurrentSize(v int32)

SetCurrentSize sets CurrentSize field to given value.

HasCurrentSize

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

GetData

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetData() []WireguardPeerDetailOpenApiVO

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

GetDataOk

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetDataOk() (*[]WireguardPeerDetailOpenApiVO, 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 *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) SetData(v []WireguardPeerDetailOpenApiVO)

SetData sets Data field to given value.

HasData

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) HasData() bool

HasData returns a boolean if a field has been set.

GetSupportDomain

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetSupportDomain() bool

GetSupportDomain returns the SupportDomain field if non-nil, zero value otherwise.

GetSupportDomainOk

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetSupportDomainOk() (*bool, bool)

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

SetSupportDomain

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) SetSupportDomain(v bool)

SetSupportDomain sets SupportDomain field to given value.

HasSupportDomain

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) HasSupportDomain() bool

HasSupportDomain returns a boolean if a field has been set.

GetTotalRows

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) GetTotalRows() int64

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

GetTotalRowsOk

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) 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 *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) SetTotalRows(v int64)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *WireguardPeerOpenApiGridVOWireguardPeerDetailOpenApiVO) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

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