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

            pushNoticeToiOSResponse.HttpResponse = context.HttpResponse;
            pushNoticeToiOSResponse.RequestId = context.StringValue("PushNoticeToiOS.RequestId");
            pushNoticeToiOSResponse.ResponseId = context.StringValue("PushNoticeToiOS.ResponseId");
            pushNoticeToiOSResponse.Message = context.StringValue("PushNoticeToiOS.Message");

            return pushNoticeToiOSResponse;
        }