Class GetManifestResponse
The response returned for the get manifest call.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class GetManifestResponseProperties
SerializedManifest
Declaration
[JsonProperty(PropertyName = "serializedManifest")]
public string SerializedManifest { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The serialized manifest response. |