Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Title | Pointer to string | [optional] | |
Subtitle | Pointer to []ContentKitInlineElement | [optional] | |
Size | Pointer to string | [optional] | |
ReturnValue | Pointer to map[string]interface{} | Data passed back to the parent view when the modal is closed. These data are accessible in the "@ui.modal.close" | [optional] |
Children | []ContentKitDescendantElement | ||
Submit | Pointer to ContentKitButton | [optional] |
func NewContentKitModal(type_ string, children []ContentKitDescendantElement, ) *ContentKitModal
NewContentKitModal instantiates a new ContentKitModal 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 NewContentKitModalWithDefaults() *ContentKitModal
NewContentKitModalWithDefaults instantiates a new ContentKitModal 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 *ContentKitModal) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ContentKitModal) 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 *ContentKitModal) SetType(v string)
SetType sets Type field to given value.
func (o *ContentKitModal) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ContentKitModal) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ContentKitModal) GetSubtitle() []ContentKitInlineElement
GetSubtitle returns the Subtitle field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetSubtitleOk() (*[]ContentKitInlineElement, bool)
GetSubtitleOk returns a tuple with the Subtitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetSubtitle(v []ContentKitInlineElement)
SetSubtitle sets Subtitle field to given value.
func (o *ContentKitModal) HasSubtitle() bool
HasSubtitle returns a boolean if a field has been set.
func (o *ContentKitModal) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetSizeOk() (*string, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetSize(v string)
SetSize sets Size field to given value.
func (o *ContentKitModal) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ContentKitModal) GetReturnValue() map[string]interface{}
GetReturnValue returns the ReturnValue field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetReturnValueOk() (*map[string]interface{}, bool)
GetReturnValueOk returns a tuple with the ReturnValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetReturnValue(v map[string]interface{})
SetReturnValue sets ReturnValue field to given value.
func (o *ContentKitModal) HasReturnValue() bool
HasReturnValue returns a boolean if a field has been set.
func (o *ContentKitModal) GetChildren() []ContentKitDescendantElement
GetChildren returns the Children field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetChildrenOk() (*[]ContentKitDescendantElement, bool)
GetChildrenOk returns a tuple with the Children field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetChildren(v []ContentKitDescendantElement)
SetChildren sets Children field to given value.
func (o *ContentKitModal) GetSubmit() ContentKitButton
GetSubmit returns the Submit field if non-nil, zero value otherwise.
func (o *ContentKitModal) GetSubmitOk() (*ContentKitButton, bool)
GetSubmitOk returns a tuple with the Submit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitModal) SetSubmit(v ContentKitButton)
SetSubmit sets Submit field to given value.
func (o *ContentKitModal) HasSubmit() bool
HasSubmit returns a boolean if a field has been set.