Class: TencentCloud::Tke::V20180525::RIUtilizationDetail

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

Overview

预留券抵扣详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reservedinstanceid = nil, eksid = nil, clusterid = nil, name = nil, namespace = nil, kind = nil, kindname = nil, uid = nil, starttime = nil, endtime = nil, product = nil) ⇒ RIUtilizationDetail



18382
18383
18384
18385
18386
18387
18388
18389
18390
18391
18392
18393
18394
# File 'lib/v20180525/models.rb', line 18382

def initialize(reservedinstanceid=nil, eksid=nil, clusterid=nil, name=nil, namespace=nil, kind=nil, kindname=nil, uid=nil, starttime=nil, endtime=nil, product=nil)
  @ReservedInstanceId = reservedinstanceid
  @EksId = eksid
  @ClusterId = clusterid
  @Name = name
  @Namespace = namespace
  @Kind = kind
  @KindName = kindname
  @Uid = uid
  @StartTime = starttime
  @EndTime = endtime
  @Product = product
end

Instance Attribute Details

#ClusterIdObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def ClusterId
  @ClusterId
end

#EksIdObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def EksId
  @EksId
end

#EndTimeObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def EndTime
  @EndTime
end

#KindObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def Kind
  @Kind
end

#KindNameObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def KindName
  @KindName
end

#NameObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def Name
  @Name
end

#NamespaceObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def Namespace
  @Namespace
end

#ProductObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def Product
  @Product
end

#ReservedInstanceIdObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def ReservedInstanceId
  @ReservedInstanceId
end

#StartTimeObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def StartTime
  @StartTime
end

#UidObject



18380
18381
18382
# File 'lib/v20180525/models.rb', line 18380

def Uid
  @Uid
end

Instance Method Details

#deserialize(params) ⇒ Object



18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
# File 'lib/v20180525/models.rb', line 18396

def deserialize(params)
  @ReservedInstanceId = params['ReservedInstanceId']
  @EksId = params['EksId']
  @ClusterId = params['ClusterId']
  @Name = params['Name']
  @Namespace = params['Namespace']
  @Kind = params['Kind']
  @KindName = params['KindName']
  @Uid = params['Uid']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Product = params['Product']
end