Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

SyncroMappingResponse.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

SyncroMappingResponse

Properties

Name Type Description Notes
Company Pointer to ConnectWiseMappingResponseAddition [optional]
Organization Pointer to ConnectWiseMappingResponseAddition [optional]

Methods

NewSyncroMappingResponse

func NewSyncroMappingResponse() *SyncroMappingResponse

NewSyncroMappingResponse instantiates a new SyncroMappingResponse 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

NewSyncroMappingResponseWithDefaults

func NewSyncroMappingResponseWithDefaults() *SyncroMappingResponse

NewSyncroMappingResponseWithDefaults instantiates a new SyncroMappingResponse 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

GetCompany

func (o *SyncroMappingResponse) GetCompany() ConnectWiseMappingResponseAddition

GetCompany returns the Company field if non-nil, zero value otherwise.

GetCompanyOk

func (o *SyncroMappingResponse) GetCompanyOk() (*ConnectWiseMappingResponseAddition, bool)

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

SetCompany

func (o *SyncroMappingResponse) SetCompany(v ConnectWiseMappingResponseAddition)

SetCompany sets Company field to given value.

HasCompany

func (o *SyncroMappingResponse) HasCompany() bool

HasCompany returns a boolean if a field has been set.

GetOrganization

func (o *SyncroMappingResponse) GetOrganization() ConnectWiseMappingResponseAddition

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *SyncroMappingResponse) GetOrganizationOk() (*ConnectWiseMappingResponseAddition, bool)

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

SetOrganization

func (o *SyncroMappingResponse) SetOrganization(v ConnectWiseMappingResponseAddition)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *SyncroMappingResponse) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

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