Class: TencentCloud::Billing::V20180709::CreateAllocationTagRequest

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

Overview

CreateAllocationTag请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagkey = nil) ⇒ CreateAllocationTagRequest



4827
4828
4829
# File 'lib/v20180709/models.rb', line 4827

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

Instance Attribute Details

#TagKeyObject



4825
4826
4827
# File 'lib/v20180709/models.rb', line 4825

def TagKey
  @TagKey
end

Instance Method Details

#deserialize(params) ⇒ Object



4831
4832
4833
# File 'lib/v20180709/models.rb', line 4831

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