Name | Type | Description | Notes |
---|---|---|---|
User | Pointer to interface{} | [optional] | |
Action | Pointer to EventActions | [optional] | |
App | Pointer to string | [optional] | |
Context | Pointer to interface{} | [optional] | |
ClientIp | Pointer to NullableString | [optional] | |
Expires | Pointer to time.Time | [optional] | |
Brand | Pointer to interface{} | [optional] |
func NewPatchedEventRequest() *PatchedEventRequest
NewPatchedEventRequest instantiates a new PatchedEventRequest 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 NewPatchedEventRequestWithDefaults() *PatchedEventRequest
NewPatchedEventRequestWithDefaults instantiates a new PatchedEventRequest 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 *PatchedEventRequest) GetUser() interface{}
GetUser returns the User field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetUserOk() (*interface{}, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetUser(v interface{})
SetUser sets User field to given value.
func (o *PatchedEventRequest) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *PatchedEventRequest) SetUserNil(b bool)
SetUserNil sets the value for User to be an explicit nil
func (o *PatchedEventRequest) UnsetUser()
UnsetUser ensures that no value is present for User, not even an explicit nil
func (o *PatchedEventRequest) GetAction() EventActions
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetActionOk() (*EventActions, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetAction(v EventActions)
SetAction sets Action field to given value.
func (o *PatchedEventRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *PatchedEventRequest) GetApp() string
GetApp returns the App field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetAppOk() (*string, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetApp(v string)
SetApp sets App field to given value.
func (o *PatchedEventRequest) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *PatchedEventRequest) GetContext() interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetContextOk() (*interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetContext(v interface{})
SetContext sets Context field to given value.
func (o *PatchedEventRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *PatchedEventRequest) SetContextNil(b bool)
SetContextNil sets the value for Context to be an explicit nil
func (o *PatchedEventRequest) UnsetContext()
UnsetContext ensures that no value is present for Context, not even an explicit nil
func (o *PatchedEventRequest) GetClientIp() string
GetClientIp returns the ClientIp field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetClientIpOk() (*string, bool)
GetClientIpOk returns a tuple with the ClientIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetClientIp(v string)
SetClientIp sets ClientIp field to given value.
func (o *PatchedEventRequest) HasClientIp() bool
HasClientIp returns a boolean if a field has been set.
func (o *PatchedEventRequest) SetClientIpNil(b bool)
SetClientIpNil sets the value for ClientIp to be an explicit nil
func (o *PatchedEventRequest) UnsetClientIp()
UnsetClientIp ensures that no value is present for ClientIp, not even an explicit nil
func (o *PatchedEventRequest) GetExpires() time.Time
GetExpires returns the Expires field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetExpiresOk() (*time.Time, bool)
GetExpiresOk returns a tuple with the Expires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetExpires(v time.Time)
SetExpires sets Expires field to given value.
func (o *PatchedEventRequest) HasExpires() bool
HasExpires returns a boolean if a field has been set.
func (o *PatchedEventRequest) GetBrand() interface{}
GetBrand returns the Brand field if non-nil, zero value otherwise.
func (o *PatchedEventRequest) GetBrandOk() (*interface{}, bool)
GetBrandOk returns a tuple with the Brand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedEventRequest) SetBrand(v interface{})
SetBrand sets Brand field to given value.
func (o *PatchedEventRequest) HasBrand() bool
HasBrand returns a boolean if a field has been set.
func (o *PatchedEventRequest) SetBrandNil(b bool)
SetBrandNil sets the value for Brand to be an explicit nil
func (o *PatchedEventRequest) UnsetBrand()
UnsetBrand ensures that no value is present for Brand, not even an explicit nil