Class ListDatabaseToolsMcpToolsetVersionsRequest
Implements
Inherited Members
Namespace: Oci.DatabasetoolsService.Requests
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class ListDatabaseToolsMcpToolsetVersionsRequest : IOciRequest
Examples
Click here to see an example of how to use ListDatabaseToolsMcpToolsetVersions request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment in which to list resources. |
Remarks
Required
DatabaseToolsMcpServerId
Declaration
[HttpConverter(TargetEnum.Query, "databaseToolsMcpServerId")]
public string DatabaseToolsMcpServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources matching the specified |
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that match the entire specified display name. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |