Aliyun.Acs.Push.Transform.V20150827.PushNoticeToiOSResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : PushNoticeToiOSResponse
context UnmarshallerContext
return Aliyun.Acs.Push.Model.V20150827.PushNoticeToiOSResponse
        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;
        }
PushNoticeToiOSResponseUnmarshaller