| 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 NewReturnIntegrationRequest(return_ NewReturn, ) *ReturnIntegrationRequest
NewReturnIntegrationRequest instantiates a new ReturnIntegrationRequest 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 NewReturnIntegrationRequestWithDefaults() *ReturnIntegrationRequest
NewReturnIntegrationRequestWithDefaults instantiates a new ReturnIntegrationRequest 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 *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) SetReturn(v NewReturn)
SetReturn sets Return field to given value.
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) SetResponseContent(v []string)
SetResponseContent sets ResponseContent field to given value.
func (o *ReturnIntegrationRequest) HasResponseContent() bool
HasResponseContent returns a boolean if a field has been set.