Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.84 KB

TalangAttributeVisibility.md

File metadata and controls

65 lines (34 loc) · 1.84 KB

TalangAttributeVisibility

Properties

Name Type Description Notes
Invisible Pointer to []string List of attribute names to hide in the UI. [optional]
Visible Pointer to []string List of attribute names to show in the UI. [optional]

Methods

GetInvisible

func (o *TalangAttributeVisibility) GetInvisible() []string

GetInvisible returns the Invisible field if non-nil, zero value otherwise.

GetInvisibleOk

func (o *TalangAttributeVisibility) GetInvisibleOk() ([]string, bool)

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

HasInvisible

func (o *TalangAttributeVisibility) HasInvisible() bool

HasInvisible returns a boolean if a field has been set.

SetInvisible

func (o *TalangAttributeVisibility) SetInvisible(v []string)

SetInvisible gets a reference to the given []string and assigns it to the Invisible field.

GetVisible

func (o *TalangAttributeVisibility) GetVisible() []string

GetVisible returns the Visible field if non-nil, zero value otherwise.

GetVisibleOk

func (o *TalangAttributeVisibility) GetVisibleOk() ([]string, bool)

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

HasVisible

func (o *TalangAttributeVisibility) HasVisible() bool

HasVisible returns a boolean if a field has been set.

SetVisible

func (o *TalangAttributeVisibility) SetVisible(v []string)

SetVisible gets a reference to the given []string and assigns it to the Visible field.

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