Class GetJavaLicenseRequest
Implements
Inherited Members
Namespace: Oci.JmsjavadownloadsService.Requests
Assembly: OCI.DotNetSDK.Jmsjavadownloads.dll
Syntax
public class GetJavaLicenseRequest : IOciRequest
Examples
Click here to see an example of how to use GetJavaLicense request.
Properties
LicenseType
Declaration
[Required(ErrorMessage = "LicenseType is required.")]
[HttpConverter(TargetEnum.Path, "licenseType")]
public LicenseType? LicenseType { get; set; }
Property Value
Type | Description |
---|---|
LicenseType? | Unique Java license type. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |