ai_core_sdk.models.application_resource_sync_status module

class ai_core_sdk.models.application_resource_sync_status.ApplicationResourceSyncStatus(name: str = None, kind: str = None, status: str = None, message: str = None, **kwargs)

Bases: object

The ApplicationSyncResourcesStatus object defines the status of sync of application resource.

Parameters:
  • name (str, optional) – Name of the application resource, defaults to None

  • kind (str, optional) – kind of the application resource

  • status (str, optional) – status of the sync of the application resource

  • message (str, optional) – application resource message

__init__(name: str = None, kind: str = None, status: str = None, message: str = None, **kwargs)
static from_dict(app_res_sync_status_dict: Dict[str, str])

Returns a ai_core_sdk.models.application_resource_sync_status.ApplicationResourceSyncStatus object, created from the values in the dict provided as parameter

Parameters:

app_res_sync_status_dict (Dict[str, str]) – 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.application_resource_sync_status.ApplicationResourceSyncStatus