Skip to content

OmadacClientSettingOpenApiVO

Properties

Name Type Description Notes
ClientStatEnable bool Enable clients data trend record.
ClientsDataEnable bool Enable client history data.

Methods

NewOmadacClientSettingOpenApiVO

func NewOmadacClientSettingOpenApiVO(clientStatEnable bool, clientsDataEnable bool, ) *OmadacClientSettingOpenApiVO

NewOmadacClientSettingOpenApiVO instantiates a new OmadacClientSettingOpenApiVO 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

NewOmadacClientSettingOpenApiVOWithDefaults

func NewOmadacClientSettingOpenApiVOWithDefaults() *OmadacClientSettingOpenApiVO

NewOmadacClientSettingOpenApiVOWithDefaults instantiates a new OmadacClientSettingOpenApiVO 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

GetClientStatEnable

func (o *OmadacClientSettingOpenApiVO) GetClientStatEnable() bool

GetClientStatEnable returns the ClientStatEnable field if non-nil, zero value otherwise.

GetClientStatEnableOk

func (o *OmadacClientSettingOpenApiVO) GetClientStatEnableOk() (*bool, bool)

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

SetClientStatEnable

func (o *OmadacClientSettingOpenApiVO) SetClientStatEnable(v bool)

SetClientStatEnable sets ClientStatEnable field to given value.

GetClientsDataEnable

func (o *OmadacClientSettingOpenApiVO) GetClientsDataEnable() bool

GetClientsDataEnable returns the ClientsDataEnable field if non-nil, zero value otherwise.

GetClientsDataEnableOk

func (o *OmadacClientSettingOpenApiVO) GetClientsDataEnableOk() (*bool, bool)

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

SetClientsDataEnable

func (o *OmadacClientSettingOpenApiVO) SetClientsDataEnable(v bool)

SetClientsDataEnable sets ClientsDataEnable field to given value.

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