Name | Type | Description | Notes |
---|---|---|---|
Event | string | ||
Identifier | Pointer to ApiInteractionPutRequestIdentifier | [optional] | |
Profile | Pointer to ApiInteractionPutRequestProfile | [optional] |
func NewApiInteractionPutRequest(event string, ) *ApiInteractionPutRequest
NewApiInteractionPutRequest instantiates a new ApiInteractionPutRequest 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 NewApiInteractionPutRequestWithDefaults() *ApiInteractionPutRequest
NewApiInteractionPutRequestWithDefaults instantiates a new ApiInteractionPutRequest 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 *ApiInteractionPutRequest) GetEvent() string
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequest) GetEventOk() (*string, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequest) SetEvent(v string)
SetEvent sets Event field to given value.
func (o *ApiInteractionPutRequest) GetIdentifier() ApiInteractionPutRequestIdentifier
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequest) GetIdentifierOk() (*ApiInteractionPutRequestIdentifier, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequest) SetIdentifier(v ApiInteractionPutRequestIdentifier)
SetIdentifier sets Identifier field to given value.
func (o *ApiInteractionPutRequest) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (o *ApiInteractionPutRequest) GetProfile() ApiInteractionPutRequestProfile
GetProfile returns the Profile field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequest) GetProfileOk() (*ApiInteractionPutRequestProfile, bool)
GetProfileOk returns a tuple with the Profile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequest) SetProfile(v ApiInteractionPutRequestProfile)
SetProfile sets Profile field to given value.
func (o *ApiInteractionPutRequest) HasProfile() bool
HasProfile returns a boolean if a field has been set.