Class: TencentCloud::Iotvideoindustry::V20201201::GroupInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GroupInfo
- Defined in:
- lib/v20201201/models.rb
Overview
分组信息详情
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Error ⇒ Object
- #ExtraInformation ⇒ Object
- #GroupDescribe ⇒ Object
- #GroupId ⇒ Object
- #GroupName ⇒ Object
- #GroupPath ⇒ Object
- #GroupStatus ⇒ Object
- #GroupType ⇒ Object
- #ParentId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, grouptype = nil, grouppath = nil, parentid = nil, groupdescribe = nil, extrainformation = nil, createtime = nil, groupstatus = nil, error = nil) ⇒ GroupInfo
constructor
A new instance of GroupInfo.
Constructor Details
#initialize(groupid = nil, groupname = nil, grouptype = nil, grouppath = nil, parentid = nil, groupdescribe = nil, extrainformation = nil, createtime = nil, groupstatus = nil, error = nil) ⇒ GroupInfo
Returns a new instance of GroupInfo.
4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 |
# File 'lib/v20201201/models.rb', line 4735 def initialize(groupid=nil, groupname=nil, grouptype=nil, grouppath=nil, parentid=nil, groupdescribe=nil, extrainformation=nil, createtime=nil, groupstatus=nil, error=nil) @GroupId = groupid @GroupName = groupname @GroupType = grouptype @GroupPath = grouppath @ParentId = parentid @GroupDescribe = groupdescribe @ExtraInformation = extrainformation @CreateTime = createtime @GroupStatus = groupstatus @Error = error end |
Instance Attribute Details
#CreateTime ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def CreateTime @CreateTime end |
#Error ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def Error @Error end |
#ExtraInformation ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def ExtraInformation @ExtraInformation end |
#GroupDescribe ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupDescribe @GroupDescribe end |
#GroupId ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupId @GroupId end |
#GroupName ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupName @GroupName end |
#GroupPath ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupPath @GroupPath end |
#GroupStatus ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupStatus @GroupStatus end |
#GroupType ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def GroupType @GroupType end |
#ParentId ⇒ Object
4733 4734 4735 |
# File 'lib/v20201201/models.rb', line 4733 def ParentId @ParentId end |
Instance Method Details
#deserialize(params) ⇒ Object
4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 |
# File 'lib/v20201201/models.rb', line 4748 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @GroupType = params['GroupType'] @GroupPath = params['GroupPath'] @ParentId = params['ParentId'] @GroupDescribe = params['GroupDescribe'] @ExtraInformation = params['ExtraInformation'] @CreateTime = params['CreateTime'] @GroupStatus = params['GroupStatus'] @Error = params['Error'] end |