Skip to content

AvailableTemplateOpenApiVO

Properties

Name Type Description Notes
Model Pointer to string The model name of template. [optional]
ModelVersion Pointer to string The model version of template.For example: 1.0 [optional]
MultiBind Pointer to bool whether to bind multiple devices. [optional]
TemplateId Pointer to string The id of template. [optional]
TemplateName Pointer to string The name of template. [optional]

Methods

NewAvailableTemplateOpenApiVO

func NewAvailableTemplateOpenApiVO() *AvailableTemplateOpenApiVO

NewAvailableTemplateOpenApiVO instantiates a new AvailableTemplateOpenApiVO 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

NewAvailableTemplateOpenApiVOWithDefaults

func NewAvailableTemplateOpenApiVOWithDefaults() *AvailableTemplateOpenApiVO

NewAvailableTemplateOpenApiVOWithDefaults instantiates a new AvailableTemplateOpenApiVO 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

GetModel

func (o *AvailableTemplateOpenApiVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *AvailableTemplateOpenApiVO) GetModelOk() (*string, bool)

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

SetModel

func (o *AvailableTemplateOpenApiVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *AvailableTemplateOpenApiVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *AvailableTemplateOpenApiVO) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *AvailableTemplateOpenApiVO) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *AvailableTemplateOpenApiVO) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *AvailableTemplateOpenApiVO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetMultiBind

func (o *AvailableTemplateOpenApiVO) GetMultiBind() bool

GetMultiBind returns the MultiBind field if non-nil, zero value otherwise.

GetMultiBindOk

func (o *AvailableTemplateOpenApiVO) GetMultiBindOk() (*bool, bool)

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

SetMultiBind

func (o *AvailableTemplateOpenApiVO) SetMultiBind(v bool)

SetMultiBind sets MultiBind field to given value.

HasMultiBind

func (o *AvailableTemplateOpenApiVO) HasMultiBind() bool

HasMultiBind returns a boolean if a field has been set.

GetTemplateId

func (o *AvailableTemplateOpenApiVO) GetTemplateId() string

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

func (o *AvailableTemplateOpenApiVO) GetTemplateIdOk() (*string, bool)

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

SetTemplateId

func (o *AvailableTemplateOpenApiVO) SetTemplateId(v string)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *AvailableTemplateOpenApiVO) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

GetTemplateName

func (o *AvailableTemplateOpenApiVO) GetTemplateName() string

GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.

GetTemplateNameOk

func (o *AvailableTemplateOpenApiVO) GetTemplateNameOk() (*string, bool)

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

SetTemplateName

func (o *AvailableTemplateOpenApiVO) SetTemplateName(v string)

SetTemplateName sets TemplateName field to given value.

HasTemplateName

func (o *AvailableTemplateOpenApiVO) HasTemplateName() bool

HasTemplateName returns a boolean if a field has been set.

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