Class: TencentCloud::Dlc::V20210125::Other

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

数据格式其它类型。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil) ⇒ Other

Returns a new instance of Other.



13127
13128
13129
# File 'lib/v20210125/models.rb', line 13127

def initialize(format=nil)
  @Format = format
end

Instance Attribute Details

#FormatObject

Parameters:

  • Format:

    枚举类型,默认值为Json,可选值为[Json, Parquet, ORC, AVRD]之一。



13125
13126
13127
# File 'lib/v20210125/models.rb', line 13125

def Format
  @Format
end

Instance Method Details

#deserialize(params) ⇒ Object



13131
13132
13133
# File 'lib/v20210125/models.rb', line 13131

def deserialize(params)
  @Format = params['Format']
end