Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.72 KB

AutotaskRetrieveMappings200Response.md

File metadata and controls

82 lines (45 loc) · 2.72 KB

AutotaskRetrieveMappings200Response

Properties

Name Type Description Notes
Records Pointer to []AutotaskMappingResponse [optional]
TotalCount Pointer to float32 [optional]

Methods

NewAutotaskRetrieveMappings200Response

func NewAutotaskRetrieveMappings200Response() *AutotaskRetrieveMappings200Response

NewAutotaskRetrieveMappings200Response instantiates a new AutotaskRetrieveMappings200Response 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

NewAutotaskRetrieveMappings200ResponseWithDefaults

func NewAutotaskRetrieveMappings200ResponseWithDefaults() *AutotaskRetrieveMappings200Response

NewAutotaskRetrieveMappings200ResponseWithDefaults instantiates a new AutotaskRetrieveMappings200Response 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

GetRecords

func (o *AutotaskRetrieveMappings200Response) GetRecords() []AutotaskMappingResponse

GetRecords returns the Records field if non-nil, zero value otherwise.

GetRecordsOk

func (o *AutotaskRetrieveMappings200Response) GetRecordsOk() (*[]AutotaskMappingResponse, bool)

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

SetRecords

func (o *AutotaskRetrieveMappings200Response) SetRecords(v []AutotaskMappingResponse)

SetRecords sets Records field to given value.

HasRecords

func (o *AutotaskRetrieveMappings200Response) HasRecords() bool

HasRecords returns a boolean if a field has been set.

GetTotalCount

func (o *AutotaskRetrieveMappings200Response) GetTotalCount() float32

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

GetTotalCountOk

func (o *AutotaskRetrieveMappings200Response) GetTotalCountOk() (*float32, 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 *AutotaskRetrieveMappings200Response) SetTotalCount(v float32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *AutotaskRetrieveMappings200Response) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

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