Class GetModelTypeRequest
Implements
Inherited Members
Namespace: Oci.AidocumentService.Requests
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class GetModelTypeRequest : IOciRequest
Examples
Click here to see an example of how to use GetModelType request.
Properties
CompartmentId
Declaration
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the compartment in which to list resources. |
ModelSubType
Declaration
[HttpConverter(TargetEnum.Query, "modelSubType")]
public string ModelSubType { get; set; }
Property Value
Type | Description |
---|---|
string | The sub type based upon model selected. |
ModelType
Declaration
[Required(ErrorMessage = "ModelType is required.")]
[HttpConverter(TargetEnum.Path, "modelType")]
public string ModelType { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the Document model. |
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. |