Class: TencentCloud::Rum::V20210622::ModifyProjectLimitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::ModifyProjectLimitRequest
- Defined in:
- lib/v20210622/models.rb
Overview
ModifyProjectLimit请求参数结构体
Instance Attribute Summary collapse
- #ID ⇒ Object
- #ProjectID ⇒ Object
- #ProjectInterface ⇒ Object
- #ReportRate ⇒ Object
- #ReportType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, projectinterface = nil, reportrate = nil, reporttype = nil, id = nil) ⇒ ModifyProjectLimitRequest
constructor
A new instance of ModifyProjectLimitRequest.
Constructor Details
#initialize(projectid = nil, projectinterface = nil, reportrate = nil, reporttype = nil, id = nil) ⇒ ModifyProjectLimitRequest
Returns a new instance of ModifyProjectLimitRequest.
3710 3711 3712 3713 3714 3715 3716 |
# File 'lib/v20210622/models.rb', line 3710 def initialize(projectid=nil, projectinterface=nil, reportrate=nil, reporttype=nil, id=nil) @ProjectID = projectid @ProjectInterface = projectinterface @ReportRate = reportrate @ReportType = reporttype @ID = id end |
Instance Attribute Details
#ID ⇒ Object
3708 3709 3710 |
# File 'lib/v20210622/models.rb', line 3708 def ID @ID end |
#ProjectID ⇒ Object
3708 3709 3710 |
# File 'lib/v20210622/models.rb', line 3708 def ProjectID @ProjectID end |
#ProjectInterface ⇒ Object
3708 3709 3710 |
# File 'lib/v20210622/models.rb', line 3708 def ProjectInterface @ProjectInterface end |
#ReportRate ⇒ Object
3708 3709 3710 |
# File 'lib/v20210622/models.rb', line 3708 def ReportRate @ReportRate end |
#ReportType ⇒ Object
3708 3709 3710 |
# File 'lib/v20210622/models.rb', line 3708 def ReportType @ReportType end |
Instance Method Details
#deserialize(params) ⇒ Object
3718 3719 3720 3721 3722 3723 3724 |
# File 'lib/v20210622/models.rb', line 3718 def deserialize(params) @ProjectID = params['ProjectID'] @ProjectInterface = params['ProjectInterface'] @ReportRate = params['ReportRate'] @ReportType = params['ReportType'] @ID = params['ID'] end |