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.
2858 2859 2860 2861 2862 2863 2864 |
# File 'lib/v20220817/models.rb', line 2858 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
2856 2857 2858 |
# File 'lib/v20220817/models.rb', line 2856 def Limit @Limit end |
#Page ⇒ Object
2856 2857 2858 |
# File 'lib/v20220817/models.rb', line 2856 def Page @Page end |
#RequestId ⇒ Object
2856 2857 2858 |
# File 'lib/v20220817/models.rb', line 2856 def RequestId @RequestId end |
#Total ⇒ Object
2856 2857 2858 |
# File 'lib/v20220817/models.rb', line 2856 def Total @Total end |
#UserIds ⇒ Object
2856 2857 2858 |
# File 'lib/v20220817/models.rb', line 2856 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/v20220817/models.rb', line 2866 def deserialize(params) @Total = params['Total'] @Page = params['Page'] @Limit = params['Limit'] @UserIds = params['UserIds'] @RequestId = params['RequestId'] end |