Class: TencentCloud::Billing::V20180709::DeleteAllocationTagRequest

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

Overview

DeleteAllocationTag请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagkey = nil) ⇒ DeleteAllocationTagRequest

Returns a new instance of DeleteAllocationTagRequest.



5316
5317
5318
# File 'lib/v20180709/models.rb', line 5316

def initialize(tagkey=nil)
  @TagKey = tagkey
end

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    用户分账标签键



5314
5315
5316
# File 'lib/v20180709/models.rb', line 5314

def TagKey
  @TagKey
end

Instance Method Details

#deserialize(params) ⇒ Object



5320
5321
5322
# File 'lib/v20180709/models.rb', line 5320

def deserialize(params)
  @TagKey = params['TagKey']
end