Class OwnerToken
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OwnerToken
Properties
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
The id of the user to whom this ownertoken currently belongs to.
Declaration
[JsonProperty("userId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UserId { get; set; }
Property Value
Methods
Declaration
public static OwnerToken FromJson(string data)
Parameters
Returns