Class: TencentCloud::Bm::V20180423::ModifyPsaRegulationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::ModifyPsaRegulationRequest
- Defined in:
- lib/v20180423/models.rb
Overview
ModifyPsaRegulation请求参数结构体
Instance Attribute Summary collapse
- #PsaDescription ⇒ Object
- #PsaId ⇒ Object
- #PsaName ⇒ Object
- #RepairLimit ⇒ Object
- #TaskTypeIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(psaid = nil, psaname = nil, repairlimit = nil, psadescription = nil, tasktypeids = nil) ⇒ ModifyPsaRegulationRequest
constructor
A new instance of ModifyPsaRegulationRequest.
Constructor Details
#initialize(psaid = nil, psaname = nil, repairlimit = nil, psadescription = nil, tasktypeids = nil) ⇒ ModifyPsaRegulationRequest
Returns a new instance of ModifyPsaRegulationRequest.
3067 3068 3069 3070 3071 3072 3073 |
# File 'lib/v20180423/models.rb', line 3067 def initialize(psaid=nil, psaname=nil, repairlimit=nil, psadescription=nil, tasktypeids=nil) @PsaId = psaid @PsaName = psaname @RepairLimit = repairlimit @PsaDescription = psadescription @TaskTypeIds = tasktypeids end |
Instance Attribute Details
#PsaDescription ⇒ Object
3065 3066 3067 |
# File 'lib/v20180423/models.rb', line 3065 def PsaDescription @PsaDescription end |
#PsaId ⇒ Object
3065 3066 3067 |
# File 'lib/v20180423/models.rb', line 3065 def PsaId @PsaId end |
#PsaName ⇒ Object
3065 3066 3067 |
# File 'lib/v20180423/models.rb', line 3065 def PsaName @PsaName end |
#RepairLimit ⇒ Object
3065 3066 3067 |
# File 'lib/v20180423/models.rb', line 3065 def RepairLimit @RepairLimit end |
#TaskTypeIds ⇒ Object
3065 3066 3067 |
# File 'lib/v20180423/models.rb', line 3065 def TaskTypeIds @TaskTypeIds end |
Instance Method Details
#deserialize(params) ⇒ Object
3075 3076 3077 3078 3079 3080 3081 |
# File 'lib/v20180423/models.rb', line 3075 def deserialize(params) @PsaId = params['PsaId'] @PsaName = params['PsaName'] @RepairLimit = params['RepairLimit'] @PsaDescription = params['PsaDescription'] @TaskTypeIds = params['TaskTypeIds'] end |