Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []V1SipTeleportResponse | [optional] | |
NextPage | Pointer to V1NextPage | [optional] |
func NewV1ListSipTeleportResponse() *V1ListSipTeleportResponse
NewV1ListSipTeleportResponse instantiates a new V1ListSipTeleportResponse 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 NewV1ListSipTeleportResponseWithDefaults() *V1ListSipTeleportResponse
NewV1ListSipTeleportResponseWithDefaults instantiates a new V1ListSipTeleportResponse 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 *V1ListSipTeleportResponse) GetData() []V1SipTeleportResponse
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V1ListSipTeleportResponse) GetDataOk() (*[]V1SipTeleportResponse, 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.
func (o *V1ListSipTeleportResponse) SetData(v []V1SipTeleportResponse)
SetData sets Data field to given value.
func (o *V1ListSipTeleportResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *V1ListSipTeleportResponse) GetNextPage() V1NextPage
GetNextPage returns the NextPage field if non-nil, zero value otherwise.
func (o *V1ListSipTeleportResponse) GetNextPageOk() (*V1NextPage, bool)
GetNextPageOk returns a tuple with the NextPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ListSipTeleportResponse) SetNextPage(v V1NextPage)
SetNextPage sets NextPage field to given value.
func (o *V1ListSipTeleportResponse) HasNextPage() bool
HasNextPage returns a boolean if a field has been set.