Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

AutotaskCompanyTypeResp.md

File metadata and controls

72 lines (39 loc) · 2.29 KB

AutotaskCompanyTypeResp

Properties

Name Type Description Notes
Records []BillingIntegrationCompanyType
TotalCount int32

Methods

NewAutotaskCompanyTypeResp

func NewAutotaskCompanyTypeResp(records []BillingIntegrationCompanyType, totalCount int32, ) *AutotaskCompanyTypeResp

NewAutotaskCompanyTypeResp instantiates a new AutotaskCompanyTypeResp 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

NewAutotaskCompanyTypeRespWithDefaults

func NewAutotaskCompanyTypeRespWithDefaults() *AutotaskCompanyTypeResp

NewAutotaskCompanyTypeRespWithDefaults instantiates a new AutotaskCompanyTypeResp 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 *AutotaskCompanyTypeResp) GetRecords() []BillingIntegrationCompanyType

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

GetRecordsOk

func (o *AutotaskCompanyTypeResp) GetRecordsOk() (*[]BillingIntegrationCompanyType, 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 *AutotaskCompanyTypeResp) SetRecords(v []BillingIntegrationCompanyType)

SetRecords sets Records field to given value.

GetTotalCount

func (o *AutotaskCompanyTypeResp) GetTotalCount() int32

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

GetTotalCountOk

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

SetTotalCount sets TotalCount field to given value.

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