Class: TencentCloud::Dlc::V20210125::WorkGroupMessage
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::WorkGroupMessage
- Defined in:
- lib/v20210125/models.rb
Overview
工作组部分信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Creator ⇒ Object
- #WorkGroupDescription ⇒ Object
- #WorkGroupId ⇒ Object
- #WorkGroupName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workgroupid = nil, workgroupname = nil, workgroupdescription = nil, creator = nil, createtime = nil) ⇒ WorkGroupMessage
constructor
A new instance of WorkGroupMessage.
Constructor Details
#initialize(workgroupid = nil, workgroupname = nil, workgroupdescription = nil, creator = nil, createtime = nil) ⇒ WorkGroupMessage
Returns a new instance of WorkGroupMessage.
17834 17835 17836 17837 17838 17839 17840 |
# File 'lib/v20210125/models.rb', line 17834 def initialize(workgroupid=nil, workgroupname=nil, workgroupdescription=nil, creator=nil, createtime=nil) @WorkGroupId = workgroupid @WorkGroupName = workgroupname @WorkGroupDescription = workgroupdescription @Creator = creator @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
17832 17833 17834 |
# File 'lib/v20210125/models.rb', line 17832 def CreateTime @CreateTime end |
#Creator ⇒ Object
17832 17833 17834 |
# File 'lib/v20210125/models.rb', line 17832 def Creator @Creator end |
#WorkGroupDescription ⇒ Object
17832 17833 17834 |
# File 'lib/v20210125/models.rb', line 17832 def WorkGroupDescription @WorkGroupDescription end |
#WorkGroupId ⇒ Object
17832 17833 17834 |
# File 'lib/v20210125/models.rb', line 17832 def WorkGroupId @WorkGroupId end |
#WorkGroupName ⇒ Object
17832 17833 17834 |
# File 'lib/v20210125/models.rb', line 17832 def WorkGroupName @WorkGroupName end |
Instance Method Details
#deserialize(params) ⇒ Object
17842 17843 17844 17845 17846 17847 17848 |
# File 'lib/v20210125/models.rb', line 17842 def deserialize(params) @WorkGroupId = params['WorkGroupId'] @WorkGroupName = params['WorkGroupName'] @WorkGroupDescription = params['WorkGroupDescription'] @Creator = params['Creator'] @CreateTime = params['CreateTime'] end |