Class: TencentCloud::Wedata::V20210820::ApproveType

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

Overview

审批分类

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, typename = nil, classification = nil) ⇒ ApproveType

Returns a new instance of ApproveType.



1095
1096
1097
1098
1099
# File 'lib/v20210820/models.rb', line 1095

def initialize(type=nil, typename=nil, classification=nil)
  @Type = type
  @TypeName = typename
  @Classification = classification
end

Instance Attribute Details

#ClassificationObject

Parameters:

  • Type:

    申请分类key

  • TypeName:

    类型名称

  • Classification:

    申请类型key



1093
1094
1095
# File 'lib/v20210820/models.rb', line 1093

def Classification
  @Classification
end

#TypeObject

Parameters:

  • Type:

    申请分类key

  • TypeName:

    类型名称

  • Classification:

    申请类型key



1093
1094
1095
# File 'lib/v20210820/models.rb', line 1093

def Type
  @Type
end

#TypeNameObject

Parameters:

  • Type:

    申请分类key

  • TypeName:

    类型名称

  • Classification:

    申请类型key



1093
1094
1095
# File 'lib/v20210820/models.rb', line 1093

def TypeName
  @TypeName
end

Instance Method Details

#deserialize(params) ⇒ Object



1101
1102
1103
1104
1105
# File 'lib/v20210820/models.rb', line 1101

def deserialize(params)
  @Type = params['Type']
  @TypeName = params['TypeName']
  @Classification = params['Classification']
end