System.Reactive.IronMQ.PushInfo.PushInfo C# (CSharp) Method

PushInfo() public method

public PushInfo ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
return System.Collections.Generic
        public PushInfo(JsonValue json)
        {
            _json = json;
        }