Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.93 KB

GetNetworkWirelessSsidEapOverride200ResponseIdentity.md

File metadata and controls

82 lines (45 loc) · 2.93 KB

GetNetworkWirelessSsidEapOverride200ResponseIdentity

Properties

Name Type Description Notes
Retries Pointer to int32 Maximum number of EAP retries. [optional]
Timeout Pointer to int32 EAP timeout in seconds. [optional]

Methods

NewGetNetworkWirelessSsidEapOverride200ResponseIdentity

func NewGetNetworkWirelessSsidEapOverride200ResponseIdentity() *GetNetworkWirelessSsidEapOverride200ResponseIdentity

NewGetNetworkWirelessSsidEapOverride200ResponseIdentity instantiates a new GetNetworkWirelessSsidEapOverride200ResponseIdentity 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

NewGetNetworkWirelessSsidEapOverride200ResponseIdentityWithDefaults

func NewGetNetworkWirelessSsidEapOverride200ResponseIdentityWithDefaults() *GetNetworkWirelessSsidEapOverride200ResponseIdentity

NewGetNetworkWirelessSsidEapOverride200ResponseIdentityWithDefaults instantiates a new GetNetworkWirelessSsidEapOverride200ResponseIdentity 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

GetRetries

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) GetRetries() int32

GetRetries returns the Retries field if non-nil, zero value otherwise.

GetRetriesOk

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) GetRetriesOk() (*int32, bool)

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

SetRetries

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) SetRetries(v int32)

SetRetries sets Retries field to given value.

HasRetries

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) HasRetries() bool

HasRetries returns a boolean if a field has been set.

GetTimeout

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) GetTimeout() int32

GetTimeout returns the Timeout field if non-nil, zero value otherwise.

GetTimeoutOk

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) GetTimeoutOk() (*int32, bool)

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

SetTimeout

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) SetTimeout(v int32)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *GetNetworkWirelessSsidEapOverride200ResponseIdentity) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

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