Skip to content

UnSupportRadSecOpenApiVO

Properties

Name Type Description Notes
Exist Pointer to bool Whether there exists devices that do not support the RadSec feature. [optional]

Methods

NewUnSupportRadSecOpenApiVO

func NewUnSupportRadSecOpenApiVO() *UnSupportRadSecOpenApiVO

NewUnSupportRadSecOpenApiVO instantiates a new UnSupportRadSecOpenApiVO 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

NewUnSupportRadSecOpenApiVOWithDefaults

func NewUnSupportRadSecOpenApiVOWithDefaults() *UnSupportRadSecOpenApiVO

NewUnSupportRadSecOpenApiVOWithDefaults instantiates a new UnSupportRadSecOpenApiVO 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

GetExist

func (o *UnSupportRadSecOpenApiVO) GetExist() bool

GetExist returns the Exist field if non-nil, zero value otherwise.

GetExistOk

func (o *UnSupportRadSecOpenApiVO) GetExistOk() (*bool, bool)

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

SetExist

func (o *UnSupportRadSecOpenApiVO) SetExist(v bool)

SetExist sets Exist field to given value.

HasExist

func (o *UnSupportRadSecOpenApiVO) HasExist() bool

HasExist returns a boolean if a field has been set.

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