Class: TencentCloud::Wedata::V20210820::DataServiceResponseParam

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

Overview

数据服务入参

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paramname = nil, bindfield = nil, paramtype = nil, examplevalue = nil, description = nil) ⇒ DataServiceResponseParam

Returns a new instance of DataServiceResponseParam.



6288
6289
6290
6291
6292
6293
6294
# File 'lib/v20210820/models.rb', line 6288

def initialize(paramname=nil, bindfield=nil, paramtype=nil, examplevalue=nil, description=nil)
  @ParamName = paramname
  @BindField = bindfield
  @ParamType = paramtype
  @ExampleValue = examplevalue
  @Description = description
end

Instance Attribute Details

#BindFieldObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6286
6287
6288
# File 'lib/v20210820/models.rb', line 6286

def BindField
  @BindField
end

#DescriptionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6286
6287
6288
# File 'lib/v20210820/models.rb', line 6286

def Description
  @Description
end

#ExampleValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6286
6287
6288
# File 'lib/v20210820/models.rb', line 6286

def ExampleValue
  @ExampleValue
end

#ParamNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6286
6287
6288
# File 'lib/v20210820/models.rb', line 6286

def ParamName
  @ParamName
end

#ParamTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6286
6287
6288
# File 'lib/v20210820/models.rb', line 6286

def ParamType
  @ParamType
end

Instance Method Details

#deserialize(params) ⇒ Object



6296
6297
6298
6299
6300
6301
6302
# File 'lib/v20210820/models.rb', line 6296

def deserialize(params)
  @ParamName = params['ParamName']
  @BindField = params['BindField']
  @ParamType = params['ParamType']
  @ExampleValue = params['ExampleValue']
  @Description = params['Description']
end