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.
2835 2836 2837 2838 2839 |
# File 'lib/v20220817/models.rb', line 2835 def initialize(sdkappid=nil, page=nil, limit=nil) @SdkAppId = sdkappid @Page = page @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
2833 2834 2835 |
# File 'lib/v20220817/models.rb', line 2833 def Limit @Limit end |
#Page ⇒ Object
2833 2834 2835 |
# File 'lib/v20220817/models.rb', line 2833 def Page @Page end |
#SdkAppId ⇒ Object
2833 2834 2835 |
# File 'lib/v20220817/models.rb', line 2833 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
2841 2842 2843 2844 2845 |
# File 'lib/v20220817/models.rb', line 2841 def deserialize(params) @SdkAppId = params['SdkAppId'] @Page = params['Page'] @Limit = params['Limit'] end |