Class: TencentCloud::Dlc::V20210125::WorkGroupMessage

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

工作组部分信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CreateTimeObject

Parameters:

  • WorkGroupId:

    工作组唯一Id

  • WorkGroupName:

    工作组名称

  • WorkGroupDescription:

    工作组描述

  • Creator:

    创建者

  • CreateTime:

    工作组创建的时间,形如2021-07-28 16:19:32



17832
17833
17834
# File 'lib/v20210125/models.rb', line 17832

def CreateTime
  @CreateTime
end

#CreatorObject

Parameters:

  • WorkGroupId:

    工作组唯一Id

  • WorkGroupName:

    工作组名称

  • WorkGroupDescription:

    工作组描述

  • Creator:

    创建者

  • CreateTime:

    工作组创建的时间,形如2021-07-28 16:19:32



17832
17833
17834
# File 'lib/v20210125/models.rb', line 17832

def Creator
  @Creator
end

#WorkGroupDescriptionObject

Parameters:

  • WorkGroupId:

    工作组唯一Id

  • WorkGroupName:

    工作组名称

  • WorkGroupDescription:

    工作组描述

  • Creator:

    创建者

  • CreateTime:

    工作组创建的时间,形如2021-07-28 16:19:32



17832
17833
17834
# File 'lib/v20210125/models.rb', line 17832

def WorkGroupDescription
  @WorkGroupDescription
end

#WorkGroupIdObject

Parameters:

  • WorkGroupId:

    工作组唯一Id

  • WorkGroupName:

    工作组名称

  • WorkGroupDescription:

    工作组描述

  • Creator:

    创建者

  • CreateTime:

    工作组创建的时间,形如2021-07-28 16:19:32



17832
17833
17834
# File 'lib/v20210125/models.rb', line 17832

def WorkGroupId
  @WorkGroupId
end

#WorkGroupNameObject

Parameters:

  • WorkGroupId:

    工作组唯一Id

  • WorkGroupName:

    工作组名称

  • WorkGroupDescription:

    工作组描述

  • Creator:

    创建者

  • CreateTime:

    工作组创建的时间,形如2021-07-28 16:19:32



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