Class BulkUploadTemplate
The bulk upload template file.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class BulkUploadTemplateProperties
Template
Declaration
[Required(ErrorMessage = "Template is required.")]
[JsonProperty(PropertyName = "template")]
public string Template { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The bulk upload template. | 
Remarks
Required