Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.3 KB

File metadata and controls

56 lines (31 loc) · 2.3 KB

MultipleCustomerProfileIntegrationResponseV2

Properties

Name Type Description Notes
IntegrationStates Pointer to []CustomerProfileUpdateV2Response [optional]

Methods

NewMultipleCustomerProfileIntegrationResponseV2

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

NewMultipleCustomerProfileIntegrationResponseV2WithDefaults

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

GetIntegrationStates

func (o *MultipleCustomerProfileIntegrationResponseV2) GetIntegrationStates() []CustomerProfileUpdateV2Response

GetIntegrationStates returns the IntegrationStates field if non-nil, zero value otherwise.

GetIntegrationStatesOk

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.

SetIntegrationStates

func (o *MultipleCustomerProfileIntegrationResponseV2) SetIntegrationStates(v []CustomerProfileUpdateV2Response)

SetIntegrationStates sets IntegrationStates field to given value.

HasIntegrationStates

func (o *MultipleCustomerProfileIntegrationResponseV2) HasIntegrationStates() bool

HasIntegrationStates returns a boolean if a field has been set.

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