Class: TencentCloud::Billing::V20180709::DescribeAllocationUnitDetailResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAllocationUnitDetailResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAllocationUnitDetail返回参数结构体
Instance Attribute Summary collapse
- #Id ⇒ Object
- #Name ⇒ Object
- #ParentId ⇒ Object
- #Remark ⇒ Object
- #RequestId ⇒ Object
- #RuleId ⇒ Object
- #SourceId ⇒ Object
- #SourceName ⇒ Object
- #TreeNodeUniqKey ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uin = nil, name = nil, parentid = nil, sourcename = nil, sourceid = nil, remark = nil, treenodeuniqkey = nil, ruleid = nil, requestid = nil) ⇒ DescribeAllocationUnitDetailResponse
constructor
A new instance of DescribeAllocationUnitDetailResponse.
Constructor Details
#initialize(id = nil, uin = nil, name = nil, parentid = nil, sourcename = nil, sourceid = nil, remark = nil, treenodeuniqkey = nil, ruleid = nil, requestid = nil) ⇒ DescribeAllocationUnitDetailResponse
Returns a new instance of DescribeAllocationUnitDetailResponse.
6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 |
# File 'lib/v20180709/models.rb', line 6981 def initialize(id=nil, uin=nil, name=nil, parentid=nil, sourcename=nil, sourceid=nil, remark=nil, treenodeuniqkey=nil, ruleid=nil, requestid=nil) @Id = id @Uin = uin @Name = name @ParentId = parentid @SourceName = sourcename @SourceId = sourceid @Remark = remark @TreeNodeUniqKey = treenodeuniqkey @RuleId = ruleid @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def Id @Id end |
#Name ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def Name @Name end |
#ParentId ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def ParentId @ParentId end |
#Remark ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def Remark @Remark end |
#RequestId ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def RequestId @RequestId end |
#RuleId ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def RuleId @RuleId end |
#SourceId ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def SourceId @SourceId end |
#SourceName ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def SourceName @SourceName end |
#TreeNodeUniqKey ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def TreeNodeUniqKey @TreeNodeUniqKey end |
#Uin ⇒ Object
6979 6980 6981 |
# File 'lib/v20180709/models.rb', line 6979 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/v20180709/models.rb', line 6994 def deserialize(params) @Id = params['Id'] @Uin = params['Uin'] @Name = params['Name'] @ParentId = params['ParentId'] @SourceName = params['SourceName'] @SourceId = params['SourceId'] @Remark = params['Remark'] @TreeNodeUniqKey = params['TreeNodeUniqKey'] @RuleId = params['RuleId'] @RequestId = params['RequestId'] end |