Class: TencentCloud::Tcr::V20190924::DescribeRepositoriesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DescribeRepositoriesRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DescribeRepositories请求参数结构体
Instance Attribute Summary collapse
- #Limit ⇒ Object
- #NamespaceName ⇒ Object
- #Offset ⇒ Object
- #RegistryId ⇒ Object
- #RepositoryName ⇒ Object
- #SortBy ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespacename = nil, repositoryname = nil, offset = nil, limit = nil, sortby = nil) ⇒ DescribeRepositoriesRequest
constructor
A new instance of DescribeRepositoriesRequest.
Constructor Details
#initialize(registryid = nil, namespacename = nil, repositoryname = nil, offset = nil, limit = nil, sortby = nil) ⇒ DescribeRepositoriesRequest
Returns a new instance of DescribeRepositoriesRequest.
3847 3848 3849 3850 3851 3852 3853 3854 |
# File 'lib/v20190924/models.rb', line 3847 def initialize(registryid=nil, namespacename=nil, repositoryname=nil, offset=nil, limit=nil, sortby=nil) @RegistryId = registryid @NamespaceName = namespacename @RepositoryName = repositoryname @Offset = offset @Limit = limit @SortBy = sortby end |
Instance Attribute Details
#Limit ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def Limit @Limit end |
#NamespaceName ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def NamespaceName @NamespaceName end |
#Offset ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def Offset @Offset end |
#RegistryId ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def RegistryId @RegistryId end |
#RepositoryName ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def RepositoryName @RepositoryName end |
#SortBy ⇒ Object
3845 3846 3847 |
# File 'lib/v20190924/models.rb', line 3845 def SortBy @SortBy end |
Instance Method Details
#deserialize(params) ⇒ Object
3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'lib/v20190924/models.rb', line 3856 def deserialize(params) @RegistryId = params['RegistryId'] @NamespaceName = params['NamespaceName'] @RepositoryName = params['RepositoryName'] @Offset = params['Offset'] @Limit = params['Limit'] @SortBy = params['SortBy'] end |