Class: TencentCloud::Weilingwith::V20230427::LinkRule

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

Overview

关联规则信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil) ⇒ LinkRule

Returns a new instance of LinkRule.



5815
5816
5817
5818
# File 'lib/v20230427/models.rb', line 5815

def initialize(id=nil, name=nil)
  @Id = id
  @Name = name
end

Instance Attribute Details

#IdObject

Parameters:

  • Id:

    关联联动规则id

  • Name:

    关联联动规则名字



5813
5814
5815
# File 'lib/v20230427/models.rb', line 5813

def Id
  @Id
end

#NameObject

Parameters:

  • Id:

    关联联动规则id

  • Name:

    关联联动规则名字



5813
5814
5815
# File 'lib/v20230427/models.rb', line 5813

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



5820
5821
5822
5823
# File 'lib/v20230427/models.rb', line 5820

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