Class: TencentCloud::Gaap::V20180529::DeleteListenersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DeleteListenersRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DeleteListeners请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerids = nil, force = nil, groupid = nil, proxyid = nil) ⇒ DeleteListenersRequest
constructor
A new instance of DeleteListenersRequest.
Constructor Details
#initialize(listenerids = nil, force = nil, groupid = nil, proxyid = nil) ⇒ DeleteListenersRequest
Returns a new instance of DeleteListenersRequest.
1975 1976 1977 1978 1979 1980 |
# File 'lib/v20180529/models.rb', line 1975 def initialize(listenerids=nil, force=nil, groupid=nil, proxyid=nil) @ListenerIds = listenerids @Force = force @GroupId = groupid @ProxyId = proxyid end |
Instance Attribute Details
#Force ⇒ Object
1973 1974 1975 |
# File 'lib/v20180529/models.rb', line 1973 def Force @Force end |
#GroupId ⇒ Object
1973 1974 1975 |
# File 'lib/v20180529/models.rb', line 1973 def GroupId @GroupId end |
#ListenerIds ⇒ Object
1973 1974 1975 |
# File 'lib/v20180529/models.rb', line 1973 def ListenerIds @ListenerIds end |
#ProxyId ⇒ Object
1973 1974 1975 |
# File 'lib/v20180529/models.rb', line 1973 def ProxyId @ProxyId end |
Instance Method Details
#deserialize(params) ⇒ Object
1982 1983 1984 1985 1986 1987 |
# File 'lib/v20180529/models.rb', line 1982 def deserialize(params) @ListenerIds = params['ListenerIds'] @Force = params['Force'] @GroupId = params['GroupId'] @ProxyId = params['ProxyId'] end |