Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.24 KB

ApplicationVisibilityHide.md

File metadata and controls

82 lines (45 loc) · 2.24 KB

ApplicationVisibilityHide

Properties

Name Type Description Notes
IOS Pointer to bool [optional]
Web Pointer to bool [optional]

Methods

NewApplicationVisibilityHide

func NewApplicationVisibilityHide() *ApplicationVisibilityHide

NewApplicationVisibilityHide instantiates a new ApplicationVisibilityHide 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

NewApplicationVisibilityHideWithDefaults

func NewApplicationVisibilityHideWithDefaults() *ApplicationVisibilityHide

NewApplicationVisibilityHideWithDefaults instantiates a new ApplicationVisibilityHide 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

GetIOS

func (o *ApplicationVisibilityHide) GetIOS() bool

GetIOS returns the IOS field if non-nil, zero value otherwise.

GetIOSOk

func (o *ApplicationVisibilityHide) GetIOSOk() (*bool, bool)

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

SetIOS

func (o *ApplicationVisibilityHide) SetIOS(v bool)

SetIOS sets IOS field to given value.

HasIOS

func (o *ApplicationVisibilityHide) HasIOS() bool

HasIOS returns a boolean if a field has been set.

GetWeb

func (o *ApplicationVisibilityHide) GetWeb() bool

GetWeb returns the Web field if non-nil, zero value otherwise.

GetWebOk

func (o *ApplicationVisibilityHide) GetWebOk() (*bool, bool)

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

SetWeb

func (o *ApplicationVisibilityHide) SetWeb(v bool)

SetWeb sets Web field to given value.

HasWeb

func (o *ApplicationVisibilityHide) HasWeb() bool

HasWeb returns a boolean if a field has been set.

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