[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class ContentHistoricVersionNotFoundException : PictureparkNotFoundException, ISerializable
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
Declaration
[JsonProperty("version", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Version { get; set; }
Property Value
Declaration
public static ContentHistoricVersionNotFoundException FromJson(string data)
Parameters
Returns