Skip to content

DeviceTemplateBriefOpenApiVO

Properties

Name Type Description Notes
ID Pointer to string The ID of device template. [optional]
DeviceType Pointer to string The type of device. [optional]
ShowModel Pointer to string The model name of device. [optional]
TemplateName Pointer to string The name of device template. [optional]

Methods

NewDeviceTemplateBriefOpenApiVO

func NewDeviceTemplateBriefOpenApiVO() *DeviceTemplateBriefOpenApiVO

NewDeviceTemplateBriefOpenApiVO instantiates a new DeviceTemplateBriefOpenApiVO 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

NewDeviceTemplateBriefOpenApiVOWithDefaults

func NewDeviceTemplateBriefOpenApiVOWithDefaults() *DeviceTemplateBriefOpenApiVO

NewDeviceTemplateBriefOpenApiVOWithDefaults instantiates a new DeviceTemplateBriefOpenApiVO 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

GetID

func (o *DeviceTemplateBriefOpenApiVO) GetID() string

GetID returns the ID field if non-nil, zero value otherwise.

GetIDOk

func (o *DeviceTemplateBriefOpenApiVO) GetIDOk() (*string, bool)

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

SetID

func (o *DeviceTemplateBriefOpenApiVO) SetID(v string)

SetID sets ID field to given value.

HasID

func (o *DeviceTemplateBriefOpenApiVO) HasID() bool

HasID returns a boolean if a field has been set.

GetDeviceType

func (o *DeviceTemplateBriefOpenApiVO) GetDeviceType() string

GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.

GetDeviceTypeOk

func (o *DeviceTemplateBriefOpenApiVO) GetDeviceTypeOk() (*string, bool)

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

SetDeviceType

func (o *DeviceTemplateBriefOpenApiVO) SetDeviceType(v string)

SetDeviceType sets DeviceType field to given value.

HasDeviceType

func (o *DeviceTemplateBriefOpenApiVO) HasDeviceType() bool

HasDeviceType returns a boolean if a field has been set.

GetShowModel

func (o *DeviceTemplateBriefOpenApiVO) GetShowModel() string

GetShowModel returns the ShowModel field if non-nil, zero value otherwise.

GetShowModelOk

func (o *DeviceTemplateBriefOpenApiVO) GetShowModelOk() (*string, bool)

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

SetShowModel

func (o *DeviceTemplateBriefOpenApiVO) SetShowModel(v string)

SetShowModel sets ShowModel field to given value.

HasShowModel

func (o *DeviceTemplateBriefOpenApiVO) HasShowModel() bool

HasShowModel returns a boolean if a field has been set.

GetTemplateName

func (o *DeviceTemplateBriefOpenApiVO) GetTemplateName() string

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

GetTemplateNameOk

func (o *DeviceTemplateBriefOpenApiVO) 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 *DeviceTemplateBriefOpenApiVO) SetTemplateName(v string)

SetTemplateName sets TemplateName field to given value.

HasTemplateName

func (o *DeviceTemplateBriefOpenApiVO) HasTemplateName() bool

HasTemplateName returns a boolean if a field has been set.

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