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.
28484 28485 28486 28487 28488 |
# File 'lib/v20210820/models.rb', line 28484 def initialize(transform=nil, name=nil, transformargs=nil) @Transform = transform @Name = name @TransformArgs = transformargs end |
Instance Attribute Details
#Name ⇒ Object
28482 28483 28484 |
# File 'lib/v20210820/models.rb', line 28482 def Name @Name end |
#Transform ⇒ Object
28482 28483 28484 |
# File 'lib/v20210820/models.rb', line 28482 def Transform @Transform end |
#TransformArgs ⇒ Object
28482 28483 28484 |
# File 'lib/v20210820/models.rb', line 28482 def TransformArgs @TransformArgs end |
Instance Method Details
#deserialize(params) ⇒ Object
28490 28491 28492 28493 28494 |
# File 'lib/v20210820/models.rb', line 28490 def deserialize(params) @Transform = params['Transform'] @Name = params['Name'] @TransformArgs = params['TransformArgs'] end |