Show / Hide Table of Contents

Class GetJavaLicenseRequest

Inheritance
object
GetJavaLicenseRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IOciRequest
In this article
Back to top