GetManifestResponse¶
-
class
oci.opensearch.models.
GetManifestResponse
(**kwargs)¶ Bases:
object
The response returned for the get manifest call.
Methods
__init__
(**kwargs)Initializes a new GetManifestResponse object with values from keyword arguments. Attributes
serialized_manifest
Gets the serialized_manifest of this GetManifestResponse. -
__init__
(**kwargs)¶ Initializes a new GetManifestResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: serialized_manifest (str) – The value to assign to the serialized_manifest property of this GetManifestResponse.
-
serialized_manifest
¶ Gets the serialized_manifest of this GetManifestResponse. The serialized manifest response.
Returns: The serialized_manifest of this GetManifestResponse. Return type: str
-