Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.59 KB

File metadata and controls

77 lines (42 loc) · 2.59 KB

ReturnIntegrationRequest

Properties

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]

Methods

NewReturnIntegrationRequest

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

NewReturnIntegrationRequestWithDefaults

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

GetReturn

func (o *ReturnIntegrationRequest) GetReturn() NewReturn

GetReturn returns the Return field if non-nil, zero value otherwise.

GetReturnOk

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.

SetReturn

func (o *ReturnIntegrationRequest) SetReturn(v NewReturn)

SetReturn sets Return field to given value.

GetResponseContent

func (o *ReturnIntegrationRequest) GetResponseContent() []string

GetResponseContent returns the ResponseContent field if non-nil, zero value otherwise.

GetResponseContentOk

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.

SetResponseContent

func (o *ReturnIntegrationRequest) SetResponseContent(v []string)

SetResponseContent sets ResponseContent field to given value.

HasResponseContent

func (o *ReturnIntegrationRequest) HasResponseContent() bool

HasResponseContent returns a boolean if a field has been set.

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