ai_core_sdk.models.object_store_secret_query_response module¶
- class ai_core_sdk.models.object_store_secret_query_response.ObjectStoreSecretQueryResponse(resources: List[ObjectStoreSecret], count: int, **kwargs)¶
Bases:
QueryResponseThe ObjectStoreSecretQueryResponse object defines the response of the object store secret query request :param resources: List of the object store secrets returned from the server :type resources: List[class:ai_core_sdk.models.object_store_secret.ObjectStoreSecret] :param count: Total number of the queried object store secrets :type count: int :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server
- __init__(resources: List[ObjectStoreSecret], count: int, **kwargs)¶
- static from_dict(response_dict: Dict[str, Any])¶
Returns a
ai_core_sdk.models.object_store_secret_query_response.ObjectStoreSecretQueryResponseobject, created from the values in the dict provided as parameter- Parameters:
response_dict (Dict[str, Any]) – Dict which includes the necessary values to create the object
- Returns:
An object, created from the values provided
- Return type:
class:ai_core_sdk.models.object_store_secret_query_response.ObjectStoreSecretQueryResponse