Skip to content

SpecifiedOptionOpenApiVO

Properties

Name Type Description Notes
NoOperationEnable Pointer to bool No Operation Option of the attack defense setting. [optional]
RecordRouteEnable Pointer to bool Record Route Option of the attack defense setting. [optional]
SecurityOptionEnable Pointer to bool Security Option of the attack defense setting. [optional]
StreamEnable Pointer to bool Stream Option of the attack defense setting. [optional]
TimestampEnable Pointer to bool Timestamp Option of the attack defense setting. [optional]

Methods

NewSpecifiedOptionOpenApiVO

func NewSpecifiedOptionOpenApiVO() *SpecifiedOptionOpenApiVO

NewSpecifiedOptionOpenApiVO instantiates a new SpecifiedOptionOpenApiVO 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

NewSpecifiedOptionOpenApiVOWithDefaults

func NewSpecifiedOptionOpenApiVOWithDefaults() *SpecifiedOptionOpenApiVO

NewSpecifiedOptionOpenApiVOWithDefaults instantiates a new SpecifiedOptionOpenApiVO 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

GetNoOperationEnable

func (o *SpecifiedOptionOpenApiVO) GetNoOperationEnable() bool

GetNoOperationEnable returns the NoOperationEnable field if non-nil, zero value otherwise.

GetNoOperationEnableOk

func (o *SpecifiedOptionOpenApiVO) GetNoOperationEnableOk() (*bool, bool)

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

SetNoOperationEnable

func (o *SpecifiedOptionOpenApiVO) SetNoOperationEnable(v bool)

SetNoOperationEnable sets NoOperationEnable field to given value.

HasNoOperationEnable

func (o *SpecifiedOptionOpenApiVO) HasNoOperationEnable() bool

HasNoOperationEnable returns a boolean if a field has been set.

GetRecordRouteEnable

func (o *SpecifiedOptionOpenApiVO) GetRecordRouteEnable() bool

GetRecordRouteEnable returns the RecordRouteEnable field if non-nil, zero value otherwise.

GetRecordRouteEnableOk

func (o *SpecifiedOptionOpenApiVO) GetRecordRouteEnableOk() (*bool, bool)

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

SetRecordRouteEnable

func (o *SpecifiedOptionOpenApiVO) SetRecordRouteEnable(v bool)

SetRecordRouteEnable sets RecordRouteEnable field to given value.

HasRecordRouteEnable

func (o *SpecifiedOptionOpenApiVO) HasRecordRouteEnable() bool

HasRecordRouteEnable returns a boolean if a field has been set.

GetSecurityOptionEnable

func (o *SpecifiedOptionOpenApiVO) GetSecurityOptionEnable() bool

GetSecurityOptionEnable returns the SecurityOptionEnable field if non-nil, zero value otherwise.

GetSecurityOptionEnableOk

func (o *SpecifiedOptionOpenApiVO) GetSecurityOptionEnableOk() (*bool, bool)

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

SetSecurityOptionEnable

func (o *SpecifiedOptionOpenApiVO) SetSecurityOptionEnable(v bool)

SetSecurityOptionEnable sets SecurityOptionEnable field to given value.

HasSecurityOptionEnable

func (o *SpecifiedOptionOpenApiVO) HasSecurityOptionEnable() bool

HasSecurityOptionEnable returns a boolean if a field has been set.

GetStreamEnable

func (o *SpecifiedOptionOpenApiVO) GetStreamEnable() bool

GetStreamEnable returns the StreamEnable field if non-nil, zero value otherwise.

GetStreamEnableOk

func (o *SpecifiedOptionOpenApiVO) GetStreamEnableOk() (*bool, bool)

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

SetStreamEnable

func (o *SpecifiedOptionOpenApiVO) SetStreamEnable(v bool)

SetStreamEnable sets StreamEnable field to given value.

HasStreamEnable

func (o *SpecifiedOptionOpenApiVO) HasStreamEnable() bool

HasStreamEnable returns a boolean if a field has been set.

GetTimestampEnable

func (o *SpecifiedOptionOpenApiVO) GetTimestampEnable() bool

GetTimestampEnable returns the TimestampEnable field if non-nil, zero value otherwise.

GetTimestampEnableOk

func (o *SpecifiedOptionOpenApiVO) GetTimestampEnableOk() (*bool, bool)

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

SetTimestampEnable

func (o *SpecifiedOptionOpenApiVO) SetTimestampEnable(v bool)

SetTimestampEnable sets TimestampEnable field to given value.

HasTimestampEnable

func (o *SpecifiedOptionOpenApiVO) HasTimestampEnable() bool

HasTimestampEnable returns a boolean if a field has been set.

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