Aliyun.Acs.Ecs.Transform.V20140526.CreateVpcResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateVpcResponse
context UnmarshallerContext
return Aliyun.Acs.Ecs.Model.V20140526.CreateVpcResponse
        public static CreateVpcResponse Unmarshall(UnmarshallerContext context)
        {
            CreateVpcResponse createVpcResponse = new CreateVpcResponse();

            createVpcResponse.HttpResponse = context.HttpResponse;
            createVpcResponse.RequestId = context.StringValue("CreateVpc.RequestId");
            createVpcResponse.VpcId = context.StringValue("CreateVpc.VpcId");
            createVpcResponse.VRouterId = context.StringValue("CreateVpc.VRouterId");
            createVpcResponse.RouteTableId = context.StringValue("CreateVpc.RouteTableId");

            return createVpcResponse;
        }
CreateVpcResponseUnmarshaller