OracleCloudStorageLocation Class   
The location of Oracle Cloud Storage dataset.
All required parameters must be populated in order to send to server.
Constructor
OracleCloudStorageLocation(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, folder_path: MutableMapping[str, Any] | None = None, file_name: MutableMapping[str, Any] | None = None, bucket_name: MutableMapping[str, Any] | None = None, version: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| folder_path | 
				<xref:JSON>
		 Specify the folder path of dataset. Type: string (or Expression with resultType string). Default value: None | 
| file_name | 
				<xref:JSON>
		 Specify the file name of dataset. Type: string (or Expression with resultType string). Default value: None | 
| bucket_name | 
				<xref:JSON>
		 Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string). Default value: None | 
| version | 
				<xref:JSON>
		 Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string). Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| type | Type of dataset storage location. Required. | 
| folder_path | 
				<xref:JSON>
		 Specify the folder path of dataset. Type: string (or Expression with resultType string). | 
| file_name | 
				<xref:JSON>
		 Specify the file name of dataset. Type: string (or Expression with resultType string). | 
| bucket_name | 
				<xref:JSON>
		 Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string). | 
| version | 
				<xref:JSON>
		 Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string). |