Class: TencentCloud::Tke::V20180525::CancelClusterReleaseRequest

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

Overview

CancelClusterRelease请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, clusterid = nil, clustertype = nil) ⇒ CancelClusterReleaseRequest

Returns a new instance of CancelClusterReleaseRequest.



524
525
526
527
528
# File 'lib/v20180525/models.rb', line 524

def initialize(id=nil, clusterid=nil, clustertype=nil)
  @ID = id
  @ClusterId = clusterid
  @ClusterType = clustertype
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ID:

    应用ID

  • ClusterId:

    集群ID

  • ClusterType:

    集群类型



522
523
524
# File 'lib/v20180525/models.rb', line 522

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • ID:

    应用ID

  • ClusterId:

    集群ID

  • ClusterType:

    集群类型



522
523
524
# File 'lib/v20180525/models.rb', line 522

def ClusterType
  @ClusterType
end

#IDObject

Parameters:

  • ID:

    应用ID

  • ClusterId:

    集群ID

  • ClusterType:

    集群类型



522
523
524
# File 'lib/v20180525/models.rb', line 522

def ID
  @ID
end

Instance Method Details

#deserialize(params) ⇒ Object



530
531
532
533
534
# File 'lib/v20180525/models.rb', line 530

def deserialize(params)
  @ID = params['ID']
  @ClusterId = params['ClusterId']
  @ClusterType = params['ClusterType']
end