Class: TencentCloud::Cam::V20190116::UpdateGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::UpdateGroupRequest
- Defined in:
- lib/v20190116/models.rb
Overview
UpdateGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, remark = nil) ⇒ UpdateGroupRequest
constructor
A new instance of UpdateGroupRequest.
Constructor Details
#initialize(groupid = nil, groupname = nil, remark = nil) ⇒ UpdateGroupRequest
Returns a new instance of UpdateGroupRequest.
4982 4983 4984 4985 4986 |
# File 'lib/v20190116/models.rb', line 4982 def initialize(groupid=nil, groupname=nil, remark=nil) @GroupId = groupid @GroupName = groupname @Remark = remark end |
Instance Attribute Details
#GroupId ⇒ Object
4980 4981 4982 |
# File 'lib/v20190116/models.rb', line 4980 def GroupId @GroupId end |
#GroupName ⇒ Object
4980 4981 4982 |
# File 'lib/v20190116/models.rb', line 4980 def GroupName @GroupName end |
#Remark ⇒ Object
4980 4981 4982 |
# File 'lib/v20190116/models.rb', line 4980 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
4988 4989 4990 4991 4992 |
# File 'lib/v20190116/models.rb', line 4988 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @Remark = params['Remark'] end |