Show / Hide Table of Contents

Class ApiDetails

Api Details Class used within the OCI Exception

Inheritance
object
ApiDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Oci.Common.Model
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class ApiDetails

Properties

ApiReferenceLink

Declaration
public string ApiReferenceLink { get; set; }
Property Value
Type Description
string

OperationName

Declaration
public string OperationName { get; set; }
Property Value
Type Description
string

RequestEndpoint

Declaration
public string RequestEndpoint { get; set; }
Property Value
Type Description
string

ServiceName

Declaration
public string ServiceName { get; set; }
Property Value
Type Description
string

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top