| Name | Type | Description | Notes |
|---|---|---|---|
| IntegrationStates | Pointer to []CustomerProfileUpdateV2Response | [optional] |
func NewMultipleCustomerProfileIntegrationResponseV2() *MultipleCustomerProfileIntegrationResponseV2
NewMultipleCustomerProfileIntegrationResponseV2 instantiates a new MultipleCustomerProfileIntegrationResponseV2 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 NewMultipleCustomerProfileIntegrationResponseV2WithDefaults() *MultipleCustomerProfileIntegrationResponseV2
NewMultipleCustomerProfileIntegrationResponseV2WithDefaults instantiates a new MultipleCustomerProfileIntegrationResponseV2 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 *MultipleCustomerProfileIntegrationResponseV2) GetIntegrationStates() []CustomerProfileUpdateV2Response
GetIntegrationStates returns the IntegrationStates field if non-nil, zero value otherwise.
func (o *MultipleCustomerProfileIntegrationResponseV2) GetIntegrationStatesOk() (*[]CustomerProfileUpdateV2Response, bool)
GetIntegrationStatesOk returns a tuple with the IntegrationStates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultipleCustomerProfileIntegrationResponseV2) SetIntegrationStates(v []CustomerProfileUpdateV2Response)
SetIntegrationStates sets IntegrationStates field to given value.
func (o *MultipleCustomerProfileIntegrationResponseV2) HasIntegrationStates() bool
HasIntegrationStates returns a boolean if a field has been set.