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.



1006
1007
1008
1009
1010
# File 'lib/v20210820/models.rb', line 1006

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



1004
1005
1006
# File 'lib/v20210820/models.rb', line 1004

def Classification
  @Classification
end

#TypeObject

Parameters:

  • Type:

    申请分类key

  • TypeName:

    类型名称

  • Classification:

    申请类型key



1004
1005
1006
# File 'lib/v20210820/models.rb', line 1004

def Type
  @Type
end

#TypeNameObject

Parameters:

  • Type:

    申请分类key

  • TypeName:

    类型名称

  • Classification:

    申请类型key



1004
1005
1006
# File 'lib/v20210820/models.rb', line 1004

def TypeName
  @TypeName
end

Instance Method Details

#deserialize(params) ⇒ Object



1012
1013
1014
1015
1016
# File 'lib/v20210820/models.rb', line 1012

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