DeviceAddRespOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OperateId | Pointer to string | Operation ID used for progress query | [optional] |
Methods
NewDeviceAddRespOpenApiVO
func NewDeviceAddRespOpenApiVO() *DeviceAddRespOpenApiVO
NewDeviceAddRespOpenApiVO instantiates a new DeviceAddRespOpenApiVO 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
NewDeviceAddRespOpenApiVOWithDefaults
func NewDeviceAddRespOpenApiVOWithDefaults() *DeviceAddRespOpenApiVO
NewDeviceAddRespOpenApiVOWithDefaults instantiates a new DeviceAddRespOpenApiVO 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
GetOperateId
func (o *DeviceAddRespOpenApiVO) GetOperateId() string
GetOperateId returns the OperateId field if non-nil, zero value otherwise.
GetOperateIdOk
func (o *DeviceAddRespOpenApiVO) GetOperateIdOk() (*string, bool)
GetOperateIdOk returns a tuple with the OperateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOperateId
func (o *DeviceAddRespOpenApiVO) SetOperateId(v string)
SetOperateId sets OperateId field to given value.
HasOperateId
func (o *DeviceAddRespOpenApiVO) HasOperateId() bool
HasOperateId returns a boolean if a field has been set.