Class: TencentCloud::Smh::V20210712::DescribeOfficialInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::DescribeOfficialInstancesRequest
- Defined in:
- lib/v20210712/models.rb
Overview
DescribeOfficialInstances请求参数结构体
Instance Attribute Summary collapse
- #AutoRenew ⇒ Object
- #BindPhone ⇒ Object
- #InstanceIds ⇒ Object
- #OrderBy ⇒ Object
- #OrderByType ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #SuperAdminAccount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(superadminaccount = nil, instanceids = nil, pagenumber = nil, pagesize = nil, orderby = nil, orderbytype = nil, autorenew = nil, bindphone = nil) ⇒ DescribeOfficialInstancesRequest
constructor
A new instance of DescribeOfficialInstancesRequest.
Constructor Details
#initialize(superadminaccount = nil, instanceids = nil, pagenumber = nil, pagesize = nil, orderby = nil, orderbytype = nil, autorenew = nil, bindphone = nil) ⇒ DescribeOfficialInstancesRequest
Returns a new instance of DescribeOfficialInstancesRequest.
468 469 470 471 472 473 474 475 476 477 |
# File 'lib/v20210712/models.rb', line 468 def initialize(superadminaccount=nil, instanceids=nil, pagenumber=nil, pagesize=nil, orderby=nil, orderbytype=nil, autorenew=nil, bindphone=nil) @SuperAdminAccount = superadminaccount @InstanceIds = instanceids @PageNumber = pagenumber @PageSize = pagesize @OrderBy = orderby @OrderByType = orderbytype @AutoRenew = autorenew @BindPhone = bindphone end |
Instance Attribute Details
#AutoRenew ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def AutoRenew @AutoRenew end |
#BindPhone ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def BindPhone @BindPhone end |
#InstanceIds ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def InstanceIds @InstanceIds end |
#OrderBy ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def OrderByType @OrderByType end |
#PageNumber ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def PageNumber @PageNumber end |
#PageSize ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def PageSize @PageSize end |
#SuperAdminAccount ⇒ Object
466 467 468 |
# File 'lib/v20210712/models.rb', line 466 def SuperAdminAccount @SuperAdminAccount end |
Instance Method Details
#deserialize(params) ⇒ Object
479 480 481 482 483 484 485 486 487 488 |
# File 'lib/v20210712/models.rb', line 479 def deserialize(params) @SuperAdminAccount = params['SuperAdminAccount'] @InstanceIds = params['InstanceIds'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] @AutoRenew = params['AutoRenew'] @BindPhone = params['BindPhone'] end |