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

Unmarshall() public static method

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

            createRouterInterfaceResponse.HttpResponse = context.HttpResponse;
            createRouterInterfaceResponse.RequestId = context.StringValue("CreateRouterInterface.RequestId");
            createRouterInterfaceResponse.RouterInterfaceId = context.StringValue("CreateRouterInterface.RouterInterfaceId");

            return createRouterInterfaceResponse;
        }
CreateRouterInterfaceResponseUnmarshaller