Aliyun.Acs.Push.Transform.V20150827.PushResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : PushResponse
context UnmarshallerContext
Résultat Aliyun.Acs.Push.Model.V20150827.PushResponse
        public static PushResponse Unmarshall(UnmarshallerContext context)
        {
            PushResponse pushResponse = new PushResponse();

            pushResponse.HttpResponse = context.HttpResponse;
            pushResponse.RequestId = context.StringValue("Push.RequestId");
            pushResponse.ResponseId = context.StringValue("Push.ResponseId");
            pushResponse.Message = context.StringValue("Push.Message");

            return pushResponse;
        }
PushResponseUnmarshaller