BulkUploadLicenseRecordsDetails¶
-
class
oci.license_manager.models.
BulkUploadLicenseRecordsDetails
(**kwargs)¶ Bases:
object
Details required for bulk uploading of license records.
Methods
__init__
(**kwargs)Initializes a new BulkUploadLicenseRecordsDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this BulkUploadLicenseRecordsDetails. file_content
[Required] Gets the file_content of this BulkUploadLicenseRecordsDetails. file_name
[Required] Gets the file_name of this BulkUploadLicenseRecordsDetails. -
__init__
(**kwargs)¶ Initializes a new BulkUploadLicenseRecordsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this BulkUploadLicenseRecordsDetails.
- file_name (str) – The value to assign to the file_name property of this BulkUploadLicenseRecordsDetails.
- file_content (str) – The value to assign to the file_content property of this BulkUploadLicenseRecordsDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this BulkUploadLicenseRecordsDetails. The compartment OCID where license records are created.
Returns: The compartment_id of this BulkUploadLicenseRecordsDetails. Return type: str
-
file_content
¶ [Required] Gets the file_content of this BulkUploadLicenseRecordsDetails. The file to be uploaded.
Returns: The file_content of this BulkUploadLicenseRecordsDetails. Return type: str
-
file_name
¶ [Required] Gets the file_name of this BulkUploadLicenseRecordsDetails. Name of the file that is being uploaded.
Returns: The file_name of this BulkUploadLicenseRecordsDetails. Return type: str
-