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.



6648
6649
6650
6651
6652
6653
6654
# File 'lib/v20210820/models.rb', line 6648

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:

    参数描述



6646
6647
6648
# File 'lib/v20210820/models.rb', line 6646

def BindField
  @BindField
end

#DescriptionObject

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

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6646
6647
6648
# File 'lib/v20210820/models.rb', line 6646

def Description
  @Description
end

#ExampleValueObject

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

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6646
6647
6648
# File 'lib/v20210820/models.rb', line 6646

def ExampleValue
  @ExampleValue
end

#ParamNameObject

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

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6646
6647
6648
# File 'lib/v20210820/models.rb', line 6646

def ParamName
  @ParamName
end

#ParamTypeObject

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

Parameters:

  • ParamName:

    参数名称

  • BindField:

    绑定字段

  • ParamType:

    参数类型

  • ExampleValue:

    示例值

  • Description:

    参数描述



6646
6647
6648
# File 'lib/v20210820/models.rb', line 6646

def ParamType
  @ParamType
end

Instance Method Details

#deserialize(params) ⇒ Object



6656
6657
6658
6659
6660
6661
6662
# File 'lib/v20210820/models.rb', line 6656

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