Class: TencentCloud::Cam::V20190116::UpdateGroupRequest

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

Overview

UpdateGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupIdObject

Parameters:

  • GroupId:

    用户组 ID

  • GroupName:

    用户组名

  • Remark:

    用户组描述



4980
4981
4982
# File 'lib/v20190116/models.rb', line 4980

def GroupId
  @GroupId
end

#GroupNameObject

Parameters:

  • GroupId:

    用户组 ID

  • GroupName:

    用户组名

  • Remark:

    用户组描述



4980
4981
4982
# File 'lib/v20190116/models.rb', line 4980

def GroupName
  @GroupName
end

#RemarkObject

Parameters:

  • GroupId:

    用户组 ID

  • GroupName:

    用户组名

  • Remark:

    用户组描述



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