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.
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
#Classification ⇒ Object
1004 1005 1006 |
# File 'lib/v20210820/models.rb', line 1004 def Classification @Classification end |
#Type ⇒ Object
1004 1005 1006 |
# File 'lib/v20210820/models.rb', line 1004 def Type @Type end |
#TypeName ⇒ Object
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 |