Class VerifyWebhookSignatureResults
VerifyWebhookSignatureResults
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "VerifyWebhookSignatureResults")]
public class VerifyWebhookSignatureResults : IValidatableObject
Constructors
View SourceVerifyWebhookSignatureResults()
Initializes a new instance of the Verify
Declaration
[JsonConstructor]
protected VerifyWebhookSignatureResults()
VerifyWebhookSignatureResults(bool)
Initializes a new instance of the Verify
Declaration
public VerifyWebhookSignatureResults(bool isValid = false)
Parameters
Type | Name | Description |
---|---|---|
bool | isValid | isValid (required). |
Properties
View SourceIsValid
Gets or Sets IsValid
Declaration
[DataMember(Name = "isValid", IsRequired = true, EmitDefaultValue = true)]
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |