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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DeleteRouterInterfaceResponse
context UnmarshallerContext
return DeleteRouterInterfaceResponse
        public static DeleteRouterInterfaceResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteRouterInterfaceResponse deleteRouterInterfaceResponse = new DeleteRouterInterfaceResponse();

            deleteRouterInterfaceResponse.HttpResponse = context.HttpResponse;
            deleteRouterInterfaceResponse.RequestId = context.StringValue("DeleteRouterInterface.RequestId");

            return deleteRouterInterfaceResponse;
        }
DeleteRouterInterfaceResponseUnmarshaller