Class GetJavaLicenseAcceptanceRecordRequest
Implements
Inherited Members
Namespace: Oci.JmsjavadownloadsService.Requests
Assembly: OCI.DotNetSDK.Jmsjavadownloads.dll
Syntax
public class GetJavaLicenseAcceptanceRecordRequest : IOciRequest
Examples
Click here to see an example of how to use GetJavaLicenseAcceptanceRecord request.
Properties
JavaLicenseAcceptanceRecordId
Declaration
[Required(ErrorMessage = "JavaLicenseAcceptanceRecordId is required.")]
[HttpConverter(TargetEnum.Path, "javaLicenseAcceptanceRecordId")]
public string JavaLicenseAcceptanceRecordId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Java license acceptance record identifier. |
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. |