Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.3 KB

SectionAllOf.md

File metadata and controls

82 lines (45 loc) · 2.3 KB

SectionAllOf

Properties

Name Type Description Notes
Label Pointer to string Label of the section [optional]
FormItems Pointer to []map[string]interface{} List of FormItems. FormItems can be SectionDetails and/or FieldDetails [optional]

Methods

NewSectionAllOf

func NewSectionAllOf() *SectionAllOf

NewSectionAllOf instantiates a new SectionAllOf 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

NewSectionAllOfWithDefaults

func NewSectionAllOfWithDefaults() *SectionAllOf

NewSectionAllOfWithDefaults instantiates a new SectionAllOf 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

GetLabel

func (o *SectionAllOf) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *SectionAllOf) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *SectionAllOf) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *SectionAllOf) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetFormItems

func (o *SectionAllOf) GetFormItems() []map[string]interface{}

GetFormItems returns the FormItems field if non-nil, zero value otherwise.

GetFormItemsOk

func (o *SectionAllOf) GetFormItemsOk() (*[]map[string]interface{}, bool)

GetFormItemsOk returns a tuple with the FormItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFormItems

func (o *SectionAllOf) SetFormItems(v []map[string]interface{})

SetFormItems sets FormItems field to given value.

HasFormItems

func (o *SectionAllOf) HasFormItems() bool

HasFormItems returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]