Show / Hide Table of Contents

Class IngestDatabaseConfigurationResponseDetails

The response object returned from IngestDatabaseConfiguration operation.

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

Properties

Message

Declaration
[Required(ErrorMessage = "Message is required.")]
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type Description
string

Success message returned as a result of the upload.

Remarks

Required

In this article
Back to top