Class: TencentCloud::Bm::V20180423::UnbindPsaTagRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::UnbindPsaTagRequest
- Defined in:
- lib/v20180423/models.rb
Overview
UnbindPsaTag请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(psaid = nil, tagkey = nil, tagvalue = nil) ⇒ UnbindPsaTagRequest
constructor
A new instance of UnbindPsaTagRequest.
Constructor Details
#initialize(psaid = nil, tagkey = nil, tagvalue = nil) ⇒ UnbindPsaTagRequest
Returns a new instance of UnbindPsaTagRequest.
4071 4072 4073 4074 4075 |
# File 'lib/v20180423/models.rb', line 4071 def initialize(psaid=nil, tagkey=nil, tagvalue=nil) @PsaId = psaid @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#PsaId ⇒ Object
4069 4070 4071 |
# File 'lib/v20180423/models.rb', line 4069 def PsaId @PsaId end |
#TagKey ⇒ Object
4069 4070 4071 |
# File 'lib/v20180423/models.rb', line 4069 def TagKey @TagKey end |
#TagValue ⇒ Object
4069 4070 4071 |
# File 'lib/v20180423/models.rb', line 4069 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4077 4078 4079 4080 4081 |
# File 'lib/v20180423/models.rb', line 4077 def deserialize(params) @PsaId = params['PsaId'] @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |