Show / Hide Table of Contents

Class GetConfigurationResponse

Inheritance
object
OciResponse
GetConfigurationResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AuditService.Responses
Assembly: OCI.DotNetSDK.Audit.dll
Syntax
public class GetConfigurationResponse : OciResponse, IOciResponse

Properties

Configuration

Declaration
[HttpConverter(TargetEnum.Body)]
public Configuration Configuration { get; set; }
Property Value
Type Description
Configuration

The returned Configuration instance.

Implements

IOciResponse
In this article
Back to top