Show / Hide Table of Contents

Class GetNamespaceResponse

Inheritance
object
OciResponse
GetNamespaceResponse
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.ObjectstorageService.Responses
Assembly: OCI.DotNetSDK.Objectstorage.dll
Syntax
public class GetNamespaceResponse : OciResponse, IOciResponse

Properties

Value

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

The returned string instance.

Implements

IOciResponse
In this article
Back to top