Class: TencentCloud::Wedata::V20210820::ApproveType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ApproveType
- Defined in:
- lib/v20210820/models.rb
Overview
审批分类
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, typename = nil, classification = nil) ⇒ ApproveType
constructor
A new instance of ApproveType.
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
#Classification ⇒ Object
1093 1094 1095 |
# File 'lib/v20210820/models.rb', line 1093 def Classification @Classification end |
#Type ⇒ Object
1093 1094 1095 |
# File 'lib/v20210820/models.rb', line 1093 def Type @Type end |
#TypeName ⇒ Object
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 |