[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class DeleteContentsWithReferencesException : PictureparkValidationException, ISerializable
Declaration
[JsonProperty("numberOfReferences", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long NumberOfReferences { get; set; }
Property Value
Declaration
[JsonProperty("numberOfShares", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long NumberOfShares { get; set; }
Property Value
Declaration
public static DeleteContentsWithReferencesException FromJson(string data)
Parameters
Returns