BulkUploadTemplate¶
-
class
oci.license_manager.models.
BulkUploadTemplate
(**kwargs)¶ Bases:
object
The bulk upload template file.
Methods
__init__
(**kwargs)Initializes a new BulkUploadTemplate object with values from keyword arguments. Attributes
template
[Required] Gets the template of this BulkUploadTemplate. -
__init__
(**kwargs)¶ Initializes a new BulkUploadTemplate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: template (str) – The value to assign to the template property of this BulkUploadTemplate.
-
template
¶ [Required] Gets the template of this BulkUploadTemplate. The bulk upload template.
Returns: The template of this BulkUploadTemplate. Return type: str
-