Search Results for

    Show / Hide Table of Contents

    Class ConnectorSyncRequestResult

    ConnectorSyncRequestResult

    Inheritance
    object
    ConnectorSyncRequestResult
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "ConnectorSyncRequestResult")]
    public class ConnectorSyncRequestResult : IValidatableObject

    Constructors

    View Source

    ConnectorSyncRequestResult(ConnectorSyncResult, string, Guid)

    Initializes a new instance of the ConnectorSyncRequestResult class.

    Declaration
    public ConnectorSyncRequestResult(ConnectorSyncResult syncResult = null, string exception = null, Guid eventId = default)
    Parameters
    Type Name Description
    ConnectorSyncResult syncResult

    syncResult.

    string exception

    exception.

    Guid eventId

    eventId.

    Properties

    View Source

    EventId

    Gets or Sets EventId

    Declaration
    [DataMember(Name = "eventId", EmitDefaultValue = false)]
    public Guid EventId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Exception

    Gets or Sets Exception

    Declaration
    [DataMember(Name = "exception", EmitDefaultValue = false)]
    public string Exception { get; set; }
    Property Value
    Type Description
    string
    View Source

    SyncResult

    Gets or Sets SyncResult

    Declaration
    [DataMember(Name = "syncResult", EmitDefaultValue = false)]
    public ConnectorSyncResult SyncResult { get; set; }
    Property Value
    Type Description
    ConnectorSyncResult

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.