Aliyun.Acs.CloudAPI.Transform.V20160714.CreateAppResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateAppResponse
context UnmarshallerContext
return Aliyun.Acs.CloudAPI.Model.V20160714.CreateAppResponse
        public static CreateAppResponse Unmarshall(UnmarshallerContext context)
        {
            CreateAppResponse createAppResponse = new CreateAppResponse();

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

            return createAppResponse;
        }
CreateAppResponseUnmarshaller