Class OutputBackupHashMismatchException
Inheritance
OutputBackupHashMismatchException
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class OutputBackupHashMismatchException : PictureparkValidationException, ISerializable
Properties
Declaration
[JsonProperty("documentHash", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DocumentHash { get; set; }
Property Value
Declaration
[JsonProperty("requestedHash", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RequestedHash { get; set; }
Property Value
Methods
Declaration
public static OutputBackupHashMismatchException FromJson(string data)
Parameters
Returns
Extension Methods