Class: TencentCloud::Wedata::V20210820::Partition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::Partition
- Defined in:
- lib/v20210820/models.rb
Overview
分区参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(transform = nil, name = nil, transformargs = nil) ⇒ Partition
constructor
A new instance of Partition.
Constructor Details
#initialize(transform = nil, name = nil, transformargs = nil) ⇒ Partition
Returns a new instance of Partition.
29957 29958 29959 29960 29961 |
# File 'lib/v20210820/models.rb', line 29957 def initialize(transform=nil, name=nil, transformargs=nil) @Transform = transform @Name = name @TransformArgs = transformargs end |
Instance Attribute Details
#Name ⇒ Object
29955 29956 29957 |
# File 'lib/v20210820/models.rb', line 29955 def Name @Name end |
#Transform ⇒ Object
29955 29956 29957 |
# File 'lib/v20210820/models.rb', line 29955 def Transform @Transform end |
#TransformArgs ⇒ Object
29955 29956 29957 |
# File 'lib/v20210820/models.rb', line 29955 def TransformArgs @TransformArgs end |
Instance Method Details
#deserialize(params) ⇒ Object
29963 29964 29965 29966 29967 |
# File 'lib/v20210820/models.rb', line 29963 def deserialize(params) @Transform = params['Transform'] @Name = params['Name'] @TransformArgs = params['TransformArgs'] end |