Name | Type | Description | Notes |
---|---|---|---|
Contacts | Pointer to []ContactVM | [optional] | |
Skip | Pointer to int32 | [optional] | |
Take | Pointer to int32 | [optional] | |
Count | Pointer to int64 | [optional] |
func NewContactsVM() *ContactsVM
NewContactsVM instantiates a new ContactsVM 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 NewContactsVMWithDefaults() *ContactsVM
NewContactsVMWithDefaults instantiates a new ContactsVM 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 *ContactsVM) GetContacts() []ContactVM
GetContacts returns the Contacts field if non-nil, zero value otherwise.
func (o *ContactsVM) GetContactsOk() (*[]ContactVM, bool)
GetContactsOk returns a tuple with the Contacts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactsVM) SetContacts(v []ContactVM)
SetContacts sets Contacts field to given value.
func (o *ContactsVM) HasContacts() bool
HasContacts returns a boolean if a field has been set.
func (o *ContactsVM) SetContactsNil(b bool)
SetContactsNil sets the value for Contacts to be an explicit nil
func (o *ContactsVM) UnsetContacts()
UnsetContacts ensures that no value is present for Contacts, not even an explicit nil
func (o *ContactsVM) GetSkip() int32
GetSkip returns the Skip field if non-nil, zero value otherwise.
func (o *ContactsVM) GetSkipOk() (*int32, bool)
GetSkipOk returns a tuple with the Skip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactsVM) SetSkip(v int32)
SetSkip sets Skip field to given value.
func (o *ContactsVM) HasSkip() bool
HasSkip returns a boolean if a field has been set.
func (o *ContactsVM) GetTake() int32
GetTake returns the Take field if non-nil, zero value otherwise.
func (o *ContactsVM) GetTakeOk() (*int32, bool)
GetTakeOk returns a tuple with the Take field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactsVM) SetTake(v int32)
SetTake sets Take field to given value.
func (o *ContactsVM) HasTake() bool
HasTake returns a boolean if a field has been set.
func (o *ContactsVM) GetCount() int64
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ContactsVM) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactsVM) SetCount(v int64)
SetCount sets Count field to given value.
func (o *ContactsVM) HasCount() bool
HasCount returns a boolean if a field has been set.