Class: TencentCloud::Zj::V20190121::GetCrowdPackListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Zj::V20190121::GetCrowdPackListRequest
- Defined in:
- lib/v20190121/models.rb
Overview
GetCrowdPackList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(license = nil, offset = nil, limit = nil, name = nil, status = nil) ⇒ GetCrowdPackListRequest
constructor
A new instance of GetCrowdPackListRequest.
Constructor Details
#initialize(license = nil, offset = nil, limit = nil, name = nil, status = nil) ⇒ GetCrowdPackListRequest
Returns a new instance of GetCrowdPackListRequest.
990 991 992 993 994 995 996 |
# File 'lib/v20190121/models.rb', line 990 def initialize(license=nil, offset=nil, limit=nil, name=nil, status=nil) @License = license @Offset = offset @Limit = limit @Name = name @Status = status end |
Instance Attribute Details
#License ⇒ Object
988 989 990 |
# File 'lib/v20190121/models.rb', line 988 def License @License end |
#Limit ⇒ Object
988 989 990 |
# File 'lib/v20190121/models.rb', line 988 def Limit @Limit end |
#Name ⇒ Object
988 989 990 |
# File 'lib/v20190121/models.rb', line 988 def Name @Name end |
#Offset ⇒ Object
988 989 990 |
# File 'lib/v20190121/models.rb', line 988 def Offset @Offset end |
#Status ⇒ Object
988 989 990 |
# File 'lib/v20190121/models.rb', line 988 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
998 999 1000 1001 1002 1003 1004 |
# File 'lib/v20190121/models.rb', line 998 def deserialize(params) @License = params['License'] @Offset = params['Offset'] @Limit = params['Limit'] @Name = params['Name'] @Status = params['Status'] end |