Name | Type | Description | Notes |
---|---|---|---|
Element | ContentKitRootElement | ||
State | map[string]interface{} | ||
Props | map[string]interface{} |
func NewContentKitRenderOutput(element ContentKitRootElement, state map[string]interface{}, props map[string]interface{}, ) *ContentKitRenderOutput
NewContentKitRenderOutput instantiates a new ContentKitRenderOutput 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 NewContentKitRenderOutputWithDefaults() *ContentKitRenderOutput
NewContentKitRenderOutputWithDefaults instantiates a new ContentKitRenderOutput 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 *ContentKitRenderOutput) GetElement() ContentKitRootElement
GetElement returns the Element field if non-nil, zero value otherwise.
func (o *ContentKitRenderOutput) GetElementOk() (*ContentKitRootElement, bool)
GetElementOk returns a tuple with the Element field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitRenderOutput) SetElement(v ContentKitRootElement)
SetElement sets Element field to given value.
func (o *ContentKitRenderOutput) GetState() map[string]interface{}
GetState returns the State field if non-nil, zero value otherwise.
func (o *ContentKitRenderOutput) 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 *ContentKitRenderOutput) SetState(v map[string]interface{})
SetState sets State field to given value.
func (o *ContentKitRenderOutput) GetProps() map[string]interface{}
GetProps returns the Props field if non-nil, zero value otherwise.
func (o *ContentKitRenderOutput) 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 *ContentKitRenderOutput) SetProps(v map[string]interface{})
SetProps sets Props field to given value.