Name | Type | Description | Notes |
---|---|---|---|
Auth | Pointer to FetchEventAllOfAuth | [optional] | |
Type | string | ||
ComponentId | string | ||
Props | map[string]interface{} | Properties to render the UI. | |
State | Pointer to map[string]interface{} | State of the UI. | [optional] |
Context | ContentKitContext | ||
Action | Pointer to map[string]interface{} | [optional] |
func NewUIRenderEventAllOf(type_ string, componentId string, props map[string]interface{}, context ContentKitContext, ) *UIRenderEventAllOf
NewUIRenderEventAllOf instantiates a new UIRenderEventAllOf 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 NewUIRenderEventAllOfWithDefaults() *UIRenderEventAllOf
NewUIRenderEventAllOfWithDefaults instantiates a new UIRenderEventAllOf 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 *UIRenderEventAllOf) GetAuth() FetchEventAllOfAuth
GetAuth returns the Auth field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetAuthOk() (*FetchEventAllOfAuth, bool)
GetAuthOk returns a tuple with the Auth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UIRenderEventAllOf) SetAuth(v FetchEventAllOfAuth)
SetAuth sets Auth field to given value.
func (o *UIRenderEventAllOf) HasAuth() bool
HasAuth returns a boolean if a field has been set.
func (o *UIRenderEventAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UIRenderEventAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *UIRenderEventAllOf) GetComponentId() string
GetComponentId returns the ComponentId field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetComponentIdOk() (*string, bool)
GetComponentIdOk returns a tuple with the ComponentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UIRenderEventAllOf) SetComponentId(v string)
SetComponentId sets ComponentId field to given value.
func (o *UIRenderEventAllOf) GetProps() map[string]interface{}
GetProps returns the Props field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetPropsOk() (*map[string]interface{}, bool)
GetPropsOk returns a tuple with the Props field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UIRenderEventAllOf) SetProps(v map[string]interface{})
SetProps sets Props field to given value.
func (o *UIRenderEventAllOf) GetState() map[string]interface{}
GetState returns the State field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetStateOk() (*map[string]interface{}, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UIRenderEventAllOf) SetState(v map[string]interface{})
SetState sets State field to given value.
func (o *UIRenderEventAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (o *UIRenderEventAllOf) GetContext() ContentKitContext
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetContextOk() (*ContentKitContext, 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 *UIRenderEventAllOf) SetContext(v ContentKitContext)
SetContext sets Context field to given value.
func (o *UIRenderEventAllOf) GetAction() map[string]interface{}
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *UIRenderEventAllOf) GetActionOk() (*map[string]interface{}, 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 *UIRenderEventAllOf) SetAction(v map[string]interface{})
SetAction sets Action field to given value.
func (o *UIRenderEventAllOf) HasAction() bool
HasAction returns a boolean if a field has been set.