Class: TencentCloud::Tcb::V20180608::DescribeCloudBaseRunOperationTypesRequest

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

Overview

DescribeCloudBaseRunOperationTypes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envid = nil, servername = nil) ⇒ DescribeCloudBaseRunOperationTypesRequest

Returns a new instance of DescribeCloudBaseRunOperationTypesRequest.



3318
3319
3320
3321
# File 'lib/v20180608/models.rb', line 3318

def initialize(envid=nil, servername=nil)
  @EnvId = envid
  @ServerName = servername
end

Instance Attribute Details

#EnvIdObject

Parameters:

  • EnvId:

    环境ID

  • ServerName:

    服务名称,精确匹配



3316
3317
3318
# File 'lib/v20180608/models.rb', line 3316

def EnvId
  @EnvId
end

#ServerNameObject

Parameters:

  • EnvId:

    环境ID

  • ServerName:

    服务名称,精确匹配



3316
3317
3318
# File 'lib/v20180608/models.rb', line 3316

def ServerName
  @ServerName
end

Instance Method Details

#deserialize(params) ⇒ Object



3323
3324
3325
3326
# File 'lib/v20180608/models.rb', line 3323

def deserialize(params)
  @EnvId = params['EnvId']
  @ServerName = params['ServerName']
end