Class: TencentCloud::Iss::V20230517::ListRecordBackupPlanDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ListRecordBackupPlanDevicesRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ListRecordBackupPlanDevices请求参数结构体
Instance Attribute Summary collapse
- #ChannelName ⇒ Object
- #DeviceName ⇒ Object
- #OrganizationName ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #PlanId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, devicename = nil, channelname = nil, organizationname = nil, pagesize = nil, pagenumber = nil) ⇒ ListRecordBackupPlanDevicesRequest
constructor
A new instance of ListRecordBackupPlanDevicesRequest.
Constructor Details
#initialize(planid = nil, devicename = nil, channelname = nil, organizationname = nil, pagesize = nil, pagenumber = nil) ⇒ ListRecordBackupPlanDevicesRequest
Returns a new instance of ListRecordBackupPlanDevicesRequest.
5362 5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/v20230517/models.rb', line 5362 def initialize(planid=nil, devicename=nil, channelname=nil, organizationname=nil, pagesize=nil, pagenumber=nil) @PlanId = planid @DeviceName = devicename @ChannelName = channelname @OrganizationName = organizationname @PageSize = pagesize @PageNumber = pagenumber end |
Instance Attribute Details
#ChannelName ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def ChannelName @ChannelName end |
#DeviceName ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def DeviceName @DeviceName end |
#OrganizationName ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def OrganizationName @OrganizationName end |
#PageNumber ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def PageNumber @PageNumber end |
#PageSize ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def PageSize @PageSize end |
#PlanId ⇒ Object
5360 5361 5362 |
# File 'lib/v20230517/models.rb', line 5360 def PlanId @PlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
5371 5372 5373 5374 5375 5376 5377 5378 |
# File 'lib/v20230517/models.rb', line 5371 def deserialize(params) @PlanId = params['PlanId'] @DeviceName = params['DeviceName'] @ChannelName = params['ChannelName'] @OrganizationName = params['OrganizationName'] @PageSize = params['PageSize'] @PageNumber = params['PageNumber'] end |