Class: TencentCloud::Wedata::V20210820::DescribeOrganizationalFunctionsRequest

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

Overview

DescribeOrganizationalFunctions请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, projectid = nil, name = nil, displayname = nil, envtype = nil) ⇒ DescribeOrganizationalFunctionsRequest

Returns a new instance of DescribeOrganizationalFunctionsRequest.



9394
9395
9396
9397
9398
9399
9400
# File 'lib/v20210820/models.rb', line 9394

def initialize(type=nil, projectid=nil, name=nil, displayname=nil, envtype=nil)
  @Type = type
  @ProjectId = projectid
  @Name = name
  @DisplayName = displayname
  @EnvType = envtype
end

Instance Attribute Details

#DisplayNameObject

标准模式生产环境:PROD 简单模式:ALL

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9392
9393
9394
# File 'lib/v20210820/models.rb', line 9392

def DisplayName
  @DisplayName
end

#EnvTypeObject

标准模式生产环境:PROD 简单模式:ALL

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9392
9393
9394
# File 'lib/v20210820/models.rb', line 9392

def EnvType
  @EnvType
end

#NameObject

标准模式生产环境:PROD 简单模式:ALL

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9392
9393
9394
# File 'lib/v20210820/models.rb', line 9392

def Name
  @Name
end

#ProjectIdObject

标准模式生产环境:PROD 简单模式:ALL

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9392
9393
9394
# File 'lib/v20210820/models.rb', line 9392

def ProjectId
  @ProjectId
end

#TypeObject

标准模式生产环境:PROD 简单模式:ALL

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9392
9393
9394
# File 'lib/v20210820/models.rb', line 9392

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



9402
9403
9404
9405
9406
9407
9408
# File 'lib/v20210820/models.rb', line 9402

def deserialize(params)
  @Type = params['Type']
  @ProjectId = params['ProjectId']
  @Name = params['Name']
  @DisplayName = params['DisplayName']
  @EnvType = params['EnvType']
end