Inheritance: Aliyun.Acs.Core.AcsResponse
        public static PushNoticeToAndroidResponse Unmarshall(UnmarshallerContext context)
        {
            PushNoticeToAndroidResponse pushNoticeToAndroidResponse = new PushNoticeToAndroidResponse();

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

            return pushNoticeToAndroidResponse;
        }