Class: TencentCloud::Lcic::V20220817::DescribeSdkAppIdUsersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeSdkAppIdUsersRequest
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeSdkAppIdUsers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, page = nil, limit = nil) ⇒ DescribeSdkAppIdUsersRequest
constructor
A new instance of DescribeSdkAppIdUsersRequest.
Constructor Details
#initialize(sdkappid = nil, page = nil, limit = nil) ⇒ DescribeSdkAppIdUsersRequest
Returns a new instance of DescribeSdkAppIdUsersRequest.
2775 2776 2777 2778 2779 |
# File 'lib/v20220817/models.rb', line 2775 def initialize(sdkappid=nil, page=nil, limit=nil) @SdkAppId = sdkappid @Page = page @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
2773 2774 2775 |
# File 'lib/v20220817/models.rb', line 2773 def Limit @Limit end |
#Page ⇒ Object
2773 2774 2775 |
# File 'lib/v20220817/models.rb', line 2773 def Page @Page end |
#SdkAppId ⇒ Object
2773 2774 2775 |
# File 'lib/v20220817/models.rb', line 2773 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
2781 2782 2783 2784 2785 |
# File 'lib/v20220817/models.rb', line 2781 def deserialize(params) @SdkAppId = params['SdkAppId'] @Page = params['Page'] @Limit = params['Limit'] end |