Class SchemaExistsResponse
Exists response
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SchemaExistsResponse
Properties
Exists
It indicates if it exists.
Declaration
[JsonProperty("exists", Required = Required.Always)]
public bool Exists { get; set; }
Property Value
bool |
Methods
FromJson(string)
Declaration
public static SchemaExistsResponse FromJson(string data)
Parameters
string data |
Returns
SchemaExistsResponse |