Show / Hide Table of Contents

Class ValidateKeyTabsResponse

Inheritance
object
OciResponse
ValidateKeyTabsResponse
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.FilestorageService.Responses
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ValidateKeyTabsResponse : OciResponse, IOciResponse

Properties

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique Oracle-assigned identifier for the request.

ValidateKeyTabsResponseDetails

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

The returned ValidateKeyTabsResponseDetails instance.

Implements

IOciResponse
In this article
Back to top