Name | Type | Description | Notes |
---|---|---|---|
Return | Pointer to NewReturn | ||
ResponseContent | Pointer to []string | Extends the response with the chosen data entities. Use this property to get as much data as you need in one Update customer session request instead of sending extra requests to other endpoints. | [optional] |
func (o *ReturnIntegrationRequest) GetReturn() NewReturn
GetReturn returns the Return field if non-nil, zero value otherwise.
func (o *ReturnIntegrationRequest) GetReturnOk() (NewReturn, bool)
GetReturnOk returns a tuple with the Return field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReturnIntegrationRequest) HasReturn() bool
HasReturn returns a boolean if a field has been set.
func (o *ReturnIntegrationRequest) SetReturn(v NewReturn)
SetReturn gets a reference to the given NewReturn and assigns it to the Return field.
func (o *ReturnIntegrationRequest) GetResponseContent() []string
GetResponseContent returns the ResponseContent field if non-nil, zero value otherwise.
func (o *ReturnIntegrationRequest) GetResponseContentOk() ([]string, bool)
GetResponseContentOk returns a tuple with the ResponseContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReturnIntegrationRequest) HasResponseContent() bool
HasResponseContent returns a boolean if a field has been set.
func (o *ReturnIntegrationRequest) SetResponseContent(v []string)
SetResponseContent gets a reference to the given []string and assigns it to the ResponseContent field.