Aliyun.Acs.Push.Transform.V20160801.PushNoticeToAndroidResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : PushNoticeToAndroidResponse
context UnmarshallerContext
return Aliyun.Acs.Push.Model.V20160801.PushNoticeToAndroidResponse
        public static PushNoticeToAndroidResponse Unmarshall(UnmarshallerContext context)
        {
            PushNoticeToAndroidResponse pushNoticeToAndroidResponse = new PushNoticeToAndroidResponse();

            pushNoticeToAndroidResponse.HttpResponse = context.HttpResponse;
            pushNoticeToAndroidResponse.RequestId = context.StringValue("PushNoticeToAndroid.RequestId");
            pushNoticeToAndroidResponse.MessageId = context.StringValue("PushNoticeToAndroid.MessageId");

            return pushNoticeToAndroidResponse;
        }
PushNoticeToAndroidResponseUnmarshaller