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.
33936 33937 33938 33939 33940 33941 |
# File 'lib/v20180228/models.rb', line 33936 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必须是真实存在的
33934 33935 33936 |
# File 'lib/v20180228/models.rb', line 33934 def AttrName @AttrName end |
#AttrValue ⇒ Object
alias 资源别名projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度AttrName=projectId时,项目ID必须是真实存在的
33934 33935 33936 |
# File 'lib/v20180228/models.rb', line 33934 def AttrValue @AttrValue end |
#LicenseType ⇒ Object
alias 资源别名projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度AttrName=projectId时,项目ID必须是真实存在的
33934 33935 33936 |
# File 'lib/v20180228/models.rb', line 33934 def LicenseType @LicenseType end |
#ResourceId ⇒ Object
alias 资源别名projectId 项目ID AttrName=alias时,任意字符串,最大字符15长度AttrName=projectId时,项目ID必须是真实存在的
33934 33935 33936 |
# File 'lib/v20180228/models.rb', line 33934 def ResourceId @ResourceId end |
Instance Method Details
#deserialize(params) ⇒ Object
33943 33944 33945 33946 33947 33948 |
# File 'lib/v20180228/models.rb', line 33943 def deserialize(params) @LicenseType = params['LicenseType'] @ResourceId = params['ResourceId'] @AttrName = params['AttrName'] @AttrValue = params['AttrValue'] end |