Show / Hide Table of Contents

Class BulkUploadTemplate

The bulk upload template file.

Inheritance
object
BulkUploadTemplate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class BulkUploadTemplate

Properties

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

In this article
Back to top