Class: TencentCloud::Weilingwith::V20230427::SaveDeviceGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::SaveDeviceGroupRequest
- Defined in:
- lib/v20230427/models.rb
Overview
SaveDeviceGroup请求参数结构体
Instance Attribute Summary collapse
- #ApplicationToken ⇒ Object
- #Description ⇒ Object
- #Id ⇒ Object
- #Name ⇒ Object
- #ParentId ⇒ Object
- #WorkspaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, description = nil, workspaceid = nil, applicationtoken = nil, id = nil, parentid = nil) ⇒ SaveDeviceGroupRequest
constructor
A new instance of SaveDeviceGroupRequest.
Constructor Details
#initialize(name = nil, description = nil, workspaceid = nil, applicationtoken = nil, id = nil, parentid = nil) ⇒ SaveDeviceGroupRequest
Returns a new instance of SaveDeviceGroupRequest.
6750 6751 6752 6753 6754 6755 6756 6757 |
# File 'lib/v20230427/models.rb', line 6750 def initialize(name=nil, description=nil, workspaceid=nil, applicationtoken=nil, id=nil, parentid=nil) @Name = name @Description = description @WorkspaceId = workspaceid @ApplicationToken = applicationtoken @Id = id @ParentId = parentid end |
Instance Attribute Details
#ApplicationToken ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def ApplicationToken @ApplicationToken end |
#Description ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def Description @Description end |
#Id ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def Id @Id end |
#Name ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def Name @Name end |
#ParentId ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def ParentId @ParentId end |
#WorkspaceId ⇒ Object
6748 6749 6750 |
# File 'lib/v20230427/models.rb', line 6748 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
6759 6760 6761 6762 6763 6764 6765 6766 |
# File 'lib/v20230427/models.rb', line 6759 def deserialize(params) @Name = params['Name'] @Description = params['Description'] @WorkspaceId = params['WorkspaceId'] @ApplicationToken = params['ApplicationToken'] @Id = params['Id'] @ParentId = params['ParentId'] end |