Class: TencentCloud::Mrs::V20200910::BlockTitle

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) ⇒ BlockTitle

Returns a new instance of BlockTitle.



1132
1133
1134
1135
1136
# File 'lib/v20200910/models.rb', line 1132

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1130
1131
1132
# File 'lib/v20200910/models.rb', line 1130

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1130
1131
1132
# File 'lib/v20200910/models.rb', line 1130

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1130
1131
1132
# File 'lib/v20200910/models.rb', line 1130

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1138
1139
1140
1141
1142
# File 'lib/v20200910/models.rb', line 1138

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