Class: TencentCloud::Cwp::V20180228::ModifyOrderAttributeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyOrderAttributeRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyOrderAttribute请求参数结构体
Instance Attribute Summary collapse
-
#AttrName ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的.
-
#AttrValue ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的.
-
#LicenseType ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的.
-
#ResourceId ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(licensetype = nil, resourceid = nil, attrname = nil, attrvalue = nil) ⇒ ModifyOrderAttributeRequest
constructor
A new instance of ModifyOrderAttributeRequest.
Constructor Details
#initialize(licensetype = nil, resourceid = nil, attrname = nil, attrvalue = nil) ⇒ ModifyOrderAttributeRequest
Returns a new instance of ModifyOrderAttributeRequest.
33496 33497 33498 33499 33500 33501 |
# File 'lib/v20180228/models.rb', line 33496 def initialize(licensetype=nil, resourceid=nil, attrname=nil, attrvalue=nil) @LicenseType = licensetype @ResourceId = resourceid @AttrName = attrname @AttrValue = attrvalue end |
Instance Attribute Details
#AttrName ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的
33494 33495 33496 |
# File 'lib/v20180228/models.rb', line 33494 def AttrName @AttrName end |
#AttrValue ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的
33494 33495 33496 |
# File 'lib/v20180228/models.rb', line 33494 def AttrValue @AttrValue end |
#LicenseType ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的
33494 33495 33496 |
# File 'lib/v20180228/models.rb', line 33494 def LicenseType @LicenseType end |
#ResourceId ⇒ Object
alias 资源别名 projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度 AttrName=projectId时,项目ID必须是真实存在的
33494 33495 33496 |
# File 'lib/v20180228/models.rb', line 33494 def ResourceId @ResourceId end |
Instance Method Details
#deserialize(params) ⇒ Object
33503 33504 33505 33506 33507 33508 |
# File 'lib/v20180228/models.rb', line 33503 def deserialize(params) @LicenseType = params['LicenseType'] @ResourceId = params['ResourceId'] @AttrName = params['AttrName'] @AttrValue = params['AttrValue'] end |