Show / Hide Table of Contents

Class ListDatabaseToolsMcpToolsetVersionsRequest

Inheritance
object
ListDatabaseToolsMcpToolsetVersionsRequest
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.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 databaseToolsMcpServerId.

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.

Implements

IOciRequest
In this article
Back to top