ai_core_sdk.models.docker_registry_secret_query_response
index
/home/jenkins/agent/workspace/AI-Foundation_ai-core-sdk_master/ai_core_sdk/models/docker_registry_secret_query_response.py

 
Classes
       
ai_api_client_sdk.models.base_models.QueryResponse(builtins.object)
DockerRegistrySecretQueryResponse

 
class DockerRegistrySecretQueryResponse(ai_api_client_sdk.models.base_models.QueryResponse)
    DockerRegistrySecretQueryResponse(resources: List[ai_core_sdk.models.docker_registry_secret.DockerRegistrySecret], count: int, **kwargs)
 
The DockerRegistrySecretQueryResponse object defines the response of the dockerRegistrySecrets query request
:param resources: List of the docker registry secrets returned from the server
:type resources: List[class:`ai_core_sdk.models.docker_registry_secret.DockerRegistrySecret`]
:param count: Total number of the queried docker registry secrets
:type count: int
:param `**kwargs`: The keyword arguments are there in case there are additional attributes returned from server
 
 
Method resolution order:
DockerRegistrySecretQueryResponse
ai_api_client_sdk.models.base_models.QueryResponse
builtins.object

Methods defined here:
__init__(self, resources: List[ai_core_sdk.models.docker_registry_secret.DockerRegistrySecret], count: int, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.

Static methods defined here:
from_dict(response_dict: Dict[str, Any])
Returns a
:class:`ai_core_sdk.models.docker_registry_secret_query_response.DockerRegistrySecretQueryResponse`
object, created from the values in the dict provided as parameter
 
:param response_dict: Dict which includes the necessary values to create the object
:type response_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_core_sdk.models.docker_registry_secret_query_response.DockerRegistrySecretQueryResponse`

Methods inherited from ai_api_client_sdk.models.base_models.QueryResponse:
__str__(self)
Return str(self).

Data descriptors inherited from ai_api_client_sdk.models.base_models.QueryResponse:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        Any = typing.Any
Dict = typing.Dict
List = typing.List