Class: TencentCloud::Bm::V20180423::UnbindPsaTagRequest

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

Overview

UnbindPsaTag请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PsaIdObject

Parameters:

  • PsaId:

    预授权规则ID

  • TagKey:

    需要解绑的标签key

  • TagValue:

    需要解绑的标签value



4069
4070
4071
# File 'lib/v20180423/models.rb', line 4069

def PsaId
  @PsaId
end

#TagKeyObject

Parameters:

  • PsaId:

    预授权规则ID

  • TagKey:

    需要解绑的标签key

  • TagValue:

    需要解绑的标签value



4069
4070
4071
# File 'lib/v20180423/models.rb', line 4069

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • PsaId:

    预授权规则ID

  • TagKey:

    需要解绑的标签key

  • TagValue:

    需要解绑的标签value



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