Class: TencentCloud::Mrs::V20200910::MenstruationOrNotBlock

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

Overview

是否绝经

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, norm = nil, timetype = nil, timestamp = nil, value = nil) ⇒ MenstruationOrNotBlock

Returns a new instance of MenstruationOrNotBlock.



6839
6840
6841
6842
6843
6844
6845
6846
# File 'lib/v20200910/models.rb', line 6839

def initialize(name=nil, src=nil, norm=nil, timetype=nil, timestamp=nil, value=nil)
  @Name = name
  @Src = src
  @Norm = norm
  @TimeType = timetype
  @Timestamp = timestamp
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def Src
  @Src
end

#TimestampObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def Timestamp
  @Timestamp
end

#TimeTypeObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def TimeType
  @TimeType
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Value:

    对外输出值



6837
6838
6839
# File 'lib/v20200910/models.rb', line 6837

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6848
6849
6850
6851
6852
6853
6854
6855
# File 'lib/v20200910/models.rb', line 6848

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @Norm = params['Norm']
  @TimeType = params['TimeType']
  @Timestamp = params['Timestamp']
  @Value = params['Value']
end