Search Results for

    Show / Hide Table of Contents

    Class VerifyWebhookSignatureResults

    VerifyWebhookSignatureResults

    Inheritance
    object
    VerifyWebhookSignatureResults
    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 = "VerifyWebhookSignatureResults")]
    public class VerifyWebhookSignatureResults : IValidatableObject

    Constructors

    View Source

    VerifyWebhookSignatureResults()

    Initializes a new instance of the VerifyWebhookSignatureResults class.

    Declaration
    [JsonConstructor]
    protected VerifyWebhookSignatureResults()
    View Source

    VerifyWebhookSignatureResults(bool)

    Initializes a new instance of the VerifyWebhookSignatureResults class.

    Declaration
    public VerifyWebhookSignatureResults(bool isValid = false)
    Parameters
    Type Name Description
    bool isValid

    isValid (required).

    Properties

    View Source

    IsValid

    Gets or Sets IsValid

    Declaration
    [DataMember(Name = "isValid", IsRequired = true, EmitDefaultValue = true)]
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool

    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
    • Constructors
      • VerifyWebhookSignatureResults()
      • VerifyWebhookSignatureResults(bool)
    • Properties
      • IsValid
    • Methods
      • ToJson()
      • ToString()
    • Implements
    Back to top See MailSlurp website for more information.