Class: TencentCloud::Cme::V20191029::CreateTeamRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::CreateTeamRequest
- Defined in:
- lib/v20191029/models.rb
Overview
CreateTeam请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(platform = nil, name = nil, ownerid = nil, ownerremark = nil, teamid = nil) ⇒ CreateTeamRequest
constructor
A new instance of CreateTeamRequest.
Constructor Details
#initialize(platform = nil, name = nil, ownerid = nil, ownerremark = nil, teamid = nil) ⇒ CreateTeamRequest
Returns a new instance of CreateTeamRequest.
793 794 795 796 797 798 799 |
# File 'lib/v20191029/models.rb', line 793 def initialize(platform=nil, name=nil, ownerid=nil, ownerremark=nil, teamid=nil) @Platform = platform @Name = name @OwnerId = ownerid @OwnerRemark = ownerremark @TeamId = teamid end |
Instance Attribute Details
#Name ⇒ Object
791 792 793 |
# File 'lib/v20191029/models.rb', line 791 def Name @Name end |
#OwnerId ⇒ Object
791 792 793 |
# File 'lib/v20191029/models.rb', line 791 def OwnerId @OwnerId end |
#OwnerRemark ⇒ Object
791 792 793 |
# File 'lib/v20191029/models.rb', line 791 def OwnerRemark @OwnerRemark end |
#Platform ⇒ Object
791 792 793 |
# File 'lib/v20191029/models.rb', line 791 def Platform @Platform end |
#TeamId ⇒ Object
791 792 793 |
# File 'lib/v20191029/models.rb', line 791 def TeamId @TeamId end |
Instance Method Details
#deserialize(params) ⇒ Object
801 802 803 804 805 806 807 |
# File 'lib/v20191029/models.rb', line 801 def deserialize(params) @Platform = params['Platform'] @Name = params['Name'] @OwnerId = params['OwnerId'] @OwnerRemark = params['OwnerRemark'] @TeamId = params['TeamId'] end |