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.



9218
9219
9220
9221
9222
9223
9224
# File 'lib/v20210820/models.rb', line 9218

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



9216
9217
9218
# File 'lib/v20210820/models.rb', line 9216

def DisplayName
  @DisplayName
end

#EnvTypeObject

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

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9216
9217
9218
# File 'lib/v20210820/models.rb', line 9216

def EnvType
  @EnvType
end

#NameObject

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

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9216
9217
9218
# File 'lib/v20210820/models.rb', line 9216

def Name
  @Name
end

#ProjectIdObject

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

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9216
9217
9218
# File 'lib/v20210820/models.rb', line 9216

def ProjectId
  @ProjectId
end

#TypeObject

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

Parameters:

  • Type:

    场景类型:开发、使用

  • ProjectId:

    项目 ID

  • Name:

    函数名称

  • DisplayName:

    展示名称

  • EnvType:

    标准模式开发环境:DEV



9216
9217
9218
# File 'lib/v20210820/models.rb', line 9216

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



9226
9227
9228
9229
9230
9231
9232
# File 'lib/v20210820/models.rb', line 9226

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