Class: TencentCloud::Lcic::V20220817::DescribeSupervisorsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeSupervisorsResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeSupervisors返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(total = nil, page = nil, limit = nil, userids = nil, requestid = nil) ⇒ DescribeSupervisorsResponse
constructor
A new instance of DescribeSupervisorsResponse.
Constructor Details
#initialize(total = nil, page = nil, limit = nil, userids = nil, requestid = nil) ⇒ DescribeSupervisorsResponse
Returns a new instance of DescribeSupervisorsResponse.
2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/v20220817/models.rb', line 2918 def initialize(total=nil, page=nil, limit=nil, userids=nil, requestid=nil) @Total = total @Page = page @Limit = limit @UserIds = userids @RequestId = requestid end |
Instance Attribute Details
#Limit ⇒ Object
2916 2917 2918 |
# File 'lib/v20220817/models.rb', line 2916 def Limit @Limit end |
#Page ⇒ Object
2916 2917 2918 |
# File 'lib/v20220817/models.rb', line 2916 def Page @Page end |
#RequestId ⇒ Object
2916 2917 2918 |
# File 'lib/v20220817/models.rb', line 2916 def RequestId @RequestId end |
#Total ⇒ Object
2916 2917 2918 |
# File 'lib/v20220817/models.rb', line 2916 def Total @Total end |
#UserIds ⇒ Object
2916 2917 2918 |
# File 'lib/v20220817/models.rb', line 2916 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
2926 2927 2928 2929 2930 2931 2932 |
# File 'lib/v20220817/models.rb', line 2926 def deserialize(params) @Total = params['Total'] @Page = params['Page'] @Limit = params['Limit'] @UserIds = params['UserIds'] @RequestId = params['RequestId'] end |