Class: TencentCloud::Cls::V20201016::ConsoleSharingParam

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

Overview

控制台分享链接params参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ ConsoleSharingParam

Returns a new instance of ConsoleSharingParam.



1836
1837
1838
1839
# File 'lib/v20201016/models.rb', line 1836

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

Instance Attribute Details

#Name ⇒ Object

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

Parameters:

  • Name: —

    名称

  • Value: —

    值



1834
1835
1836
# File 'lib/v20201016/models.rb', line 1834

def Name
  @Name
end

#Value ⇒ Object

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

Parameters:

  • Name: —

    名称

  • Value: —

    值



1834
1835
1836
# File 'lib/v20201016/models.rb', line 1834

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1841
1842
1843
1844
# File 'lib/v20201016/models.rb', line 1841

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