Show / Hide Table of Contents

Class GetManifestResponse

The response returned for the get manifest call.

Inheritance
object
GetManifestResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class GetManifestResponse

Properties

SerializedManifest

Declaration
[JsonProperty(PropertyName = "serializedManifest")]
public string SerializedManifest { get; set; }
Property Value
Type Description
string

The serialized manifest response.

In this article
Back to top