Class: TencentCloud::Hasim::V20210716::ModifyLinkTacticRequest

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

Overview

ModifyLinkTactic请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkid = nil, tacticid = nil) ⇒ ModifyLinkTacticRequest

Returns a new instance of ModifyLinkTacticRequest.



1111
1112
1113
1114
# File 'lib/v20210716/models.rb', line 1111

def initialize(linkid=nil, tacticid=nil)
  @LinkID = linkid
  @TacticID = tacticid
end

Instance Attribute Details

#LinkIDObject

Parameters:

  • LinkID:

    云兔ID

  • TacticID:

    策略ID



1109
1110
1111
# File 'lib/v20210716/models.rb', line 1109

def LinkID
  @LinkID
end

#TacticIDObject

Parameters:

  • LinkID:

    云兔ID

  • TacticID:

    策略ID



1109
1110
1111
# File 'lib/v20210716/models.rb', line 1109

def TacticID
  @TacticID
end

Instance Method Details

#deserialize(params) ⇒ Object



1116
1117
1118
1119
# File 'lib/v20210716/models.rb', line 1116

def deserialize(params)
  @LinkID = params['LinkID']
  @TacticID = params['TacticID']
end