| Name | Type | Description | Notes |
|---|---|---|---|
| ButtonBar | Pointer to AddonsButtonBar | [optional] | |
| DescriptionRow | Pointer to AddonsDescriptionRow | [optional] | |
| EvaluationRow | Pointer to AddonsEvaluationRow | [optional] | |
| EventRow | Pointer to AddonsEventRow | [optional] | |
| GroupInfoRow | Pointer to AddonsGroupInfoRow | [optional] | |
| ImageCarouselRow | Pointer to AddonsImageCarouselRow | [optional] | |
| ScoreRow | Pointer to AddonsScoreRow | [optional] | |
| SelectorRow | Pointer to AddonsSelectorRow | [optional] | |
| SemanticPaths | Pointer to map[string]string | [optional] | |
| SubtitleRow | Pointer to AddonsSubtitleRow | [optional] | |
| TitleRow | Pointer to AddonsTitleRow | [optional] |
func NewAddonsWidget() *AddonsWidget
NewAddonsWidget instantiates a new AddonsWidget 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 NewAddonsWidgetWithDefaults() *AddonsWidget
NewAddonsWidgetWithDefaults instantiates a new AddonsWidget 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 *AddonsWidget) GetButtonBar() AddonsButtonBar
GetButtonBar returns the ButtonBar field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetButtonBarOk() (*AddonsButtonBar, bool)
GetButtonBarOk returns a tuple with the ButtonBar field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetButtonBar(v AddonsButtonBar)
SetButtonBar sets ButtonBar field to given value.
func (o *AddonsWidget) HasButtonBar() bool
HasButtonBar returns a boolean if a field has been set.
func (o *AddonsWidget) GetDescriptionRow() AddonsDescriptionRow
GetDescriptionRow returns the DescriptionRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetDescriptionRowOk() (*AddonsDescriptionRow, bool)
GetDescriptionRowOk returns a tuple with the DescriptionRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetDescriptionRow(v AddonsDescriptionRow)
SetDescriptionRow sets DescriptionRow field to given value.
func (o *AddonsWidget) HasDescriptionRow() bool
HasDescriptionRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetEvaluationRow() AddonsEvaluationRow
GetEvaluationRow returns the EvaluationRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetEvaluationRowOk() (*AddonsEvaluationRow, bool)
GetEvaluationRowOk returns a tuple with the EvaluationRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetEvaluationRow(v AddonsEvaluationRow)
SetEvaluationRow sets EvaluationRow field to given value.
func (o *AddonsWidget) HasEvaluationRow() bool
HasEvaluationRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetEventRow() AddonsEventRow
GetEventRow returns the EventRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetEventRowOk() (*AddonsEventRow, bool)
GetEventRowOk returns a tuple with the EventRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetEventRow(v AddonsEventRow)
SetEventRow sets EventRow field to given value.
func (o *AddonsWidget) HasEventRow() bool
HasEventRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetGroupInfoRow() AddonsGroupInfoRow
GetGroupInfoRow returns the GroupInfoRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetGroupInfoRowOk() (*AddonsGroupInfoRow, bool)
GetGroupInfoRowOk returns a tuple with the GroupInfoRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetGroupInfoRow(v AddonsGroupInfoRow)
SetGroupInfoRow sets GroupInfoRow field to given value.
func (o *AddonsWidget) HasGroupInfoRow() bool
HasGroupInfoRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetImageCarouselRow() AddonsImageCarouselRow
GetImageCarouselRow returns the ImageCarouselRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetImageCarouselRowOk() (*AddonsImageCarouselRow, bool)
GetImageCarouselRowOk returns a tuple with the ImageCarouselRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetImageCarouselRow(v AddonsImageCarouselRow)
SetImageCarouselRow sets ImageCarouselRow field to given value.
func (o *AddonsWidget) HasImageCarouselRow() bool
HasImageCarouselRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetScoreRow() AddonsScoreRow
GetScoreRow returns the ScoreRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetScoreRowOk() (*AddonsScoreRow, bool)
GetScoreRowOk returns a tuple with the ScoreRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetScoreRow(v AddonsScoreRow)
SetScoreRow sets ScoreRow field to given value.
func (o *AddonsWidget) HasScoreRow() bool
HasScoreRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetSelectorRow() AddonsSelectorRow
GetSelectorRow returns the SelectorRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetSelectorRowOk() (*AddonsSelectorRow, bool)
GetSelectorRowOk returns a tuple with the SelectorRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetSelectorRow(v AddonsSelectorRow)
SetSelectorRow sets SelectorRow field to given value.
func (o *AddonsWidget) HasSelectorRow() bool
HasSelectorRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetSemanticPaths() map[string]string
GetSemanticPaths returns the SemanticPaths field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetSemanticPathsOk() (*map[string]string, bool)
GetSemanticPathsOk returns a tuple with the SemanticPaths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetSemanticPaths(v map[string]string)
SetSemanticPaths sets SemanticPaths field to given value.
func (o *AddonsWidget) HasSemanticPaths() bool
HasSemanticPaths returns a boolean if a field has been set.
func (o *AddonsWidget) GetSubtitleRow() AddonsSubtitleRow
GetSubtitleRow returns the SubtitleRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetSubtitleRowOk() (*AddonsSubtitleRow, bool)
GetSubtitleRowOk returns a tuple with the SubtitleRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetSubtitleRow(v AddonsSubtitleRow)
SetSubtitleRow sets SubtitleRow field to given value.
func (o *AddonsWidget) HasSubtitleRow() bool
HasSubtitleRow returns a boolean if a field has been set.
func (o *AddonsWidget) GetTitleRow() AddonsTitleRow
GetTitleRow returns the TitleRow field if non-nil, zero value otherwise.
func (o *AddonsWidget) GetTitleRowOk() (*AddonsTitleRow, bool)
GetTitleRowOk returns a tuple with the TitleRow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsWidget) SetTitleRow(v AddonsTitleRow)
SetTitleRow sets TitleRow field to given value.
func (o *AddonsWidget) HasTitleRow() bool
HasTitleRow returns a boolean if a field has been set.