Class: TencentCloud::Mrs::V20200910::MenstrualFlowBlock

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, value = nil) ⇒ MenstrualFlowBlock

Returns a new instance of MenstrualFlowBlock.



6635
6636
6637
6638
6639
# File 'lib/v20200910/models.rb', line 6635

def initialize(name=nil, src=nil, value=nil)
  @Name = name
  @Src = src
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



6633
6634
6635
# File 'lib/v20200910/models.rb', line 6633

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



6633
6634
6635
# File 'lib/v20200910/models.rb', line 6633

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



6633
6634
6635
# File 'lib/v20200910/models.rb', line 6633

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6641
6642
6643
6644
6645
# File 'lib/v20200910/models.rb', line 6641

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