FolderSummary¶
-
class
oci.data_connectivity.models.
FolderSummary
(**kwargs)¶ Bases:
object
The folder summary object.
Methods
__init__
(**kwargs)Initializes a new FolderSummary object with values from keyword arguments. Attributes
data_assets
Gets the data_assets of this FolderSummary. description
Gets the description of this FolderSummary. identifier
Gets the identifier of this FolderSummary. key
Gets the key of this FolderSummary. model_type
[Required] Gets the model_type of this FolderSummary. model_version
Gets the model_version of this FolderSummary. name
Gets the name of this FolderSummary. object_status
Gets the object_status of this FolderSummary. object_version
Gets the object_version of this FolderSummary. parent_ref
Gets the parent_ref of this FolderSummary. -
__init__
(**kwargs)¶ Initializes a new FolderSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - model_type (str) – The value to assign to the model_type property of this FolderSummary.
- key (str) – The value to assign to the key property of this FolderSummary.
- model_version (str) – The value to assign to the model_version property of this FolderSummary.
- parent_ref (oci.data_connectivity.models.ParentReference) – The value to assign to the parent_ref property of this FolderSummary.
- name (str) – The value to assign to the name property of this FolderSummary.
- description (str) – The value to assign to the description property of this FolderSummary.
- object_version (int) – The value to assign to the object_version property of this FolderSummary.
- object_status (int) – The value to assign to the object_status property of this FolderSummary.
- identifier (str) – The value to assign to the identifier property of this FolderSummary.
- data_assets (list[oci.data_connectivity.models.DataAsset]) – The value to assign to the data_assets property of this FolderSummary.
-
data_assets
¶ Gets the data_assets of this FolderSummary. List of data assets which belongs to this folder
Returns: The data_assets of this FolderSummary. Return type: list[oci.data_connectivity.models.DataAsset]
-
description
¶ Gets the description of this FolderSummary. User-defined description for the folder.
Returns: The description of this FolderSummary. Return type: str
-
identifier
¶ Gets the identifier of this FolderSummary. Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this FolderSummary. Return type: str
-
key
¶ Gets the key of this FolderSummary. Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
Returns: The key of this FolderSummary. Return type: str
-
model_type
¶ [Required] Gets the model_type of this FolderSummary. The type of the folder.
Returns: The model_type of this FolderSummary. Return type: str
-
model_version
¶ Gets the model_version of this FolderSummary. The model version of an object.
Returns: The model_version of this FolderSummary. Return type: str
-
name
¶ Gets the name of this FolderSummary. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this FolderSummary. Return type: str
-
object_status
¶ Gets the object_status of this FolderSummary. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this FolderSummary. Return type: int
-
object_version
¶ Gets the object_version of this FolderSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this FolderSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this FolderSummary.
Returns: The parent_ref of this FolderSummary. Return type: oci.data_connectivity.models.ParentReference
-