Class: TencentCloud::Gaap::V20180529::ModifyProxyGroupAttributeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyProxyGroupAttributeRequest
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyProxyGroupAttribute请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, projectid = nil) ⇒ ModifyProxyGroupAttributeRequest
constructor
A new instance of ModifyProxyGroupAttributeRequest.
Constructor Details
#initialize(groupid = nil, groupname = nil, projectid = nil) ⇒ ModifyProxyGroupAttributeRequest
Returns a new instance of ModifyProxyGroupAttributeRequest.
5928 5929 5930 5931 5932 |
# File 'lib/v20180529/models.rb', line 5928 def initialize(groupid=nil, groupname=nil, projectid=nil) @GroupId = groupid @GroupName = groupname @ProjectId = projectid end |
Instance Attribute Details
#GroupId ⇒ Object
5926 5927 5928 |
# File 'lib/v20180529/models.rb', line 5926 def GroupId @GroupId end |
#GroupName ⇒ Object
5926 5927 5928 |
# File 'lib/v20180529/models.rb', line 5926 def GroupName @GroupName end |
#ProjectId ⇒ Object
5926 5927 5928 |
# File 'lib/v20180529/models.rb', line 5926 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
5934 5935 5936 5937 5938 |
# File 'lib/v20180529/models.rb', line 5934 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @ProjectId = params['ProjectId'] end |