Class: TencentCloud::Tke::V20180525::DescribePodChargeInfoRequest

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

Overview

DescribePodChargeInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, namespace = nil, name = nil, uids = nil) ⇒ DescribePodChargeInfoRequest



8420
8421
8422
8423
8424
8425
# File 'lib/v20180525/models.rb', line 8420

def initialize(clusterid=nil, namespace=nil, name=nil, uids=nil)
  @ClusterId = clusterid
  @Namespace = namespace
  @Name = name
  @Uids = uids
end

Instance Attribute Details

#ClusterIdObject



8418
8419
8420
# File 'lib/v20180525/models.rb', line 8418

def ClusterId
  @ClusterId
end

#NameObject



8418
8419
8420
# File 'lib/v20180525/models.rb', line 8418

def Name
  @Name
end

#NamespaceObject



8418
8419
8420
# File 'lib/v20180525/models.rb', line 8418

def Namespace
  @Namespace
end

#UidsObject



8418
8419
8420
# File 'lib/v20180525/models.rb', line 8418

def Uids
  @Uids
end

Instance Method Details

#deserialize(params) ⇒ Object



8427
8428
8429
8430
8431
8432
# File 'lib/v20180525/models.rb', line 8427

def deserialize(params)
  @ClusterId = params['ClusterId']
  @Namespace = params['Namespace']
  @Name = params['Name']
  @Uids = params['Uids']
end