Aliyun.Acs.Push.Transform.V20160801.CreateAppResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : CreateAppResponse
context UnmarshallerContext
리턴 Aliyun.Acs.Push.Model.V20160801.CreateAppResponse
        public static CreateAppResponse Unmarshall(UnmarshallerContext context)
        {
            CreateAppResponse createAppResponse = new CreateAppResponse();

            createAppResponse.HttpResponse = context.HttpResponse;
            createAppResponse.RequestId = context.StringValue("CreateApp.RequestId");
            createAppResponse.AppKey = context.LongValue("CreateApp.AppKey");

            return createAppResponse;
        }
CreateAppResponseUnmarshaller