Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.31 KB

UpdateNetworkClientSplashAuthorizationStatusRequestSsids8.md

File metadata and controls

56 lines (31 loc) · 2.31 KB

UpdateNetworkClientSplashAuthorizationStatusRequestSsids8

Properties

Name Type Description Notes
IsAuthorized Pointer to bool New authorization status for the SSID (true, false). [optional]

Methods

NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8

func NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8() *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8

NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8 instantiates a new UpdateNetworkClientSplashAuthorizationStatusRequestSsids8 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

NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8WithDefaults

func NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8WithDefaults() *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8

NewUpdateNetworkClientSplashAuthorizationStatusRequestSsids8WithDefaults instantiates a new UpdateNetworkClientSplashAuthorizationStatusRequestSsids8 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

GetIsAuthorized

func (o *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8) GetIsAuthorized() bool

GetIsAuthorized returns the IsAuthorized field if non-nil, zero value otherwise.

GetIsAuthorizedOk

func (o *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8) GetIsAuthorizedOk() (*bool, bool)

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

SetIsAuthorized

func (o *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8) SetIsAuthorized(v bool)

SetIsAuthorized sets IsAuthorized field to given value.

HasIsAuthorized

func (o *UpdateNetworkClientSplashAuthorizationStatusRequestSsids8) HasIsAuthorized() bool

HasIsAuthorized returns a boolean if a field has been set.

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